Class PerformTransactionResult
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.GenericResult
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.PerformTransactionResult
public class PerformTransactionResult extends GenericResult
Java class for PerformTransactionResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformTransactionResult">
<complexContent>
<extension base="{http://uws.provider.com/}GenericResult">
<sequence>
<element name="parameters" type="{http://uws.provider.com/}GenericParam" maxOccurs="unbounded" minOccurs="0"/>
<element name="providerTrnId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<GenericParam>parametersprotected longproviderTrnIdFields inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.GenericResult
errorMsg, status, timeStamp -
Constructor Summary
Constructors Constructor Description PerformTransactionResult() -
Method Summary
Modifier and Type Method Description java.util.List<GenericParam>getParameters()Gets the value of the parameters property.longgetProviderTrnId()Gets the value of the providerTrnId property.voidsetProviderTrnId(long value)Sets the value of the providerTrnId property.Methods inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.GenericResult
getErrorMsg, getStatus, getTimeStamp, setErrorMsg, setStatus, setTimeStampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
parameters
-
providerTrnId
protected long providerTrnId
-
-
Constructor Details
-
PerformTransactionResult
public PerformTransactionResult()
-
-
Method Details
-
getParameters
Gets the value of the parameters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the parameters property.For example, to add a new item, do as follows:
getParameters().add(newItem);Objects of the following type(s) are allowed in the list
GenericParam -
getProviderTrnId
public long getProviderTrnId()Gets the value of the providerTrnId property. -
setProviderTrnId
public void setProviderTrnId(long value)Sets the value of the providerTrnId property.
-