java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.TransactionStatement

public class TransactionStatement extends Object

Java class for TransactionStatement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransactionStatement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="providerTrnId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="transactionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="transactionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • amount

      protected long amount
    • providerTrnId

      protected long providerTrnId
    • transactionId

      protected long transactionId
    • transactionTime

      protected XMLGregorianCalendar transactionTime
  • Constructor Details

    • TransactionStatement

      public TransactionStatement()
  • Method Details

    • getAmount

      public long getAmount()
      Gets the value of the amount property.
    • setAmount

      public void setAmount(long value)
      Sets the value of the amount property.
    • getProviderTrnId

      public long getProviderTrnId()
      Gets the value of the providerTrnId property.
    • setProviderTrnId

      public void setProviderTrnId(long value)
      Sets the value of the providerTrnId property.
    • getTransactionId

      public long getTransactionId()
      Gets the value of the transactionId property.
    • setTransactionId

      public void setTransactionId(long value)
      Sets the value of the transactionId property.
    • getTransactionTime

      public XMLGregorianCalendar getTransactionTime()
      Gets the value of the transactionTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTransactionTime

      public void setTransactionTime(XMLGregorianCalendar value)
      Sets the value of the transactionTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar