Class CheckTransactionArguments
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericArguments
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.CheckTransactionArguments
Java class for CheckTransactionArguments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckTransactionArguments"> <complexContent> <extension base="{http://uws.provider.com/}GenericArguments"> <sequence> <element name="serviceId" 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"/> <element name="parameters" type="{http://uws.provider.com/}GenericParam" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<GenericParam>
protected long
protected long
protected XMLGregorianCalendar
Fields inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericArguments
password, username
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parameters property.long
Gets the value of the serviceId property.long
Gets the value of the transactionId property.Gets the value of the transactionTime property.void
setServiceId
(long value) Sets the value of the serviceId property.void
setTransactionId
(long value) Sets the value of the transactionId property.void
Sets the value of the transactionTime property.Methods inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericArguments
getPassword, getUsername, setPassword, setUsername
-
Field Details
-
serviceId
protected long serviceId -
transactionId
protected long transactionId -
transactionTime
-
parameters
-
-
Constructor Details
-
CheckTransactionArguments
public CheckTransactionArguments()
-
-
Method Details
-
getServiceId
public long getServiceId()Gets the value of the serviceId property. -
setServiceId
public void setServiceId(long value) Sets the value of the serviceId 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
-
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
set
method 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
-