Class TransactionStatement
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.TransactionStatement
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 Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected longprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the amount property.longGets the value of the providerTrnId property.longGets the value of the transactionId property.Gets the value of the transactionTime property.voidsetAmount(long value) Sets the value of the amount property.voidsetProviderTrnId(long value) Sets the value of the providerTrnId property.voidsetTransactionId(long value) Sets the value of the transactionId property.voidSets the value of the transactionTime property.
-
Field Details
-
amount
protected long amount -
providerTrnId
protected long providerTrnId -
transactionId
protected long transactionId -
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
Gets the value of the transactionTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTransactionTime
Sets the value of the transactionTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-