Class CheckTransactionResult
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericResult
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.CheckTransactionResult
public class CheckTransactionResult extends GenericResult
Java class for CheckTransactionResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckTransactionResult">
<complexContent>
<extension base="{http://uws.provider.com/}GenericResult">
<sequence>
<element name="providerTrnId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="transactionState" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="transactionStateErrorStatus" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="transactionStateErrorMsg" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected longproviderTrnIdprotected inttransactionStateprotected java.lang.StringtransactionStateErrorMsgprotected inttransactionStateErrorStatusFields inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericResult
errorMsg, status, timeStamp -
Constructor Summary
Constructors Constructor Description CheckTransactionResult() -
Method Summary
Modifier and Type Method Description longgetProviderTrnId()Gets the value of the providerTrnId property.intgetTransactionState()Gets the value of the transactionState property.java.lang.StringgetTransactionStateErrorMsg()Gets the value of the transactionStateErrorMsg property.intgetTransactionStateErrorStatus()Gets the value of the transactionStateErrorStatus property.voidsetProviderTrnId(long value)Sets the value of the providerTrnId property.voidsetTransactionState(int value)Sets the value of the transactionState property.voidsetTransactionStateErrorMsg(java.lang.String value)Sets the value of the transactionStateErrorMsg property.voidsetTransactionStateErrorStatus(int value)Sets the value of the transactionStateErrorStatus property.Methods inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.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
-
providerTrnId
protected long providerTrnId -
transactionState
protected int transactionState -
transactionStateErrorStatus
protected int transactionStateErrorStatus -
transactionStateErrorMsg
protected java.lang.String transactionStateErrorMsg
-
-
Constructor Details
-
CheckTransactionResult
public CheckTransactionResult()
-
-
Method Details
-
getProviderTrnId
public long getProviderTrnId()Gets the value of the providerTrnId property. -
setProviderTrnId
public void setProviderTrnId(long value)Sets the value of the providerTrnId property. -
getTransactionState
public int getTransactionState()Gets the value of the transactionState property. -
setTransactionState
public void setTransactionState(int value)Sets the value of the transactionState property. -
getTransactionStateErrorStatus
public int getTransactionStateErrorStatus()Gets the value of the transactionStateErrorStatus property. -
setTransactionStateErrorStatus
public void setTransactionStateErrorStatus(int value)Sets the value of the transactionStateErrorStatus property. -
getTransactionStateErrorMsg
public java.lang.String getTransactionStateErrorMsg()Gets the value of the transactionStateErrorMsg property.- Returns:
- possible object is
String
-
setTransactionStateErrorMsg
public void setTransactionStateErrorMsg(java.lang.String value)Sets the value of the transactionStateErrorMsg property.- Parameters:
value- allowed object isString
-