Class GenericResult
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.GenericResult
- Direct Known Subclasses:
CancelTransactionResult,ChangePasswordResult,CheckTransactionResult,GetInformationResult,GetStatementResult,PerformTransactionResult
Java class for GenericResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorMsg" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the errorMsg property.intGets the value of the status property.Gets the value of the timeStamp property.voidsetErrorMsg(String value) Sets the value of the errorMsg property.voidsetStatus(int value) Sets the value of the status property.voidsetTimeStamp(XMLGregorianCalendar value) Sets the value of the timeStamp property.
-
Field Details
-
errorMsg
-
status
protected int status -
timeStamp
-
-
Constructor Details
-
GenericResult
public GenericResult()
-
-
Method Details
-
getErrorMsg
Gets the value of the errorMsg property.- Returns:
- possible object is
String
-
setErrorMsg
Sets the value of the errorMsg property.- Parameters:
value- allowed object isString
-
getStatus
public int getStatus()Gets the value of the status property. -
setStatus
public void setStatus(int value) Sets the value of the status property. -
getTimeStamp
Gets the value of the timeStamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimeStamp
Sets the value of the timeStamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-