public class SafeTIRUploadAck extends Object
Java class for SafeTIRUploadAck complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SafeTIRUploadAck">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResponseTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ReturnCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Sender_MessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
responseTime |
protected int |
returnCode |
protected String |
sender |
protected String |
senderMessageID |
protected String |
version |
| Constructor and Description |
|---|
SafeTIRUploadAck() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getResponseTime()
Gets the value of the responseTime property.
|
int |
getReturnCode()
Gets the value of the returnCode property.
|
String |
getSender()
Gets the value of the sender property.
|
String |
getSenderMessageID()
Gets the value of the senderMessageID property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setResponseTime(XMLGregorianCalendar value)
Sets the value of the responseTime property.
|
void |
setReturnCode(int value)
Sets the value of the returnCode property.
|
void |
setSender(String value)
Sets the value of the sender property.
|
void |
setSenderMessageID(String value)
Sets the value of the senderMessageID property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String sender
protected XMLGregorianCalendar responseTime
protected int returnCode
protected String senderMessageID
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getSender()
Stringpublic void setSender(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getResponseTime()
XMLGregorianCalendarpublic void setResponseTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getReturnCode()
public void setReturnCode(int value)
public String getSenderMessageID()
StringCopyright © 2017. All rights reserved.