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 Details

    • providerTrnId

      protected long providerTrnId
    • transactionState

      protected int transactionState
    • transactionStateErrorStatus

      protected int transactionStateErrorStatus
    • transactionStateErrorMsg

      protected 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 String getTransactionStateErrorMsg()
      Gets the value of the transactionStateErrorMsg property.
      Returns:
      possible object is String
    • setTransactionStateErrorMsg

      public void setTransactionStateErrorMsg(String value)
      Sets the value of the transactionStateErrorMsg property.
      Parameters:
      value - allowed object is String