public class BodyType extends Object implements Serializable
Java class for BodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BodyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="Version" type="{http://www.iru.org/SafeTIRUpload}VersionType"/>
<element name="SubscriberID" type="{http://www.iru.org/SafeTIRUpload}SubscriberIDType"/>
<element name="Password" type="{http://www.iru.org/SafeTIRUpload}PasswordType" minOccurs="0"/>
<element name="UploadType" type="{http://www.iru.org/SafeTIRUpload}UploadType"/>
<element name="TCN" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="SentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Sender_MessageID" type="{http://www.iru.org/SafeTIRUpload}Sender_MessageIDType" minOccurs="0"/>
<element name="SafeTIRRecords" type="{http://www.iru.org/SafeTIRUpload}Records"/>
</sequence>
<sequence>
<element name="NumberOfRecords" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="RequestReplyRecords" type="{http://www.iru.org/SafeTIRUpload}RequestReplyRecords"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
numberOfRecords |
protected String |
password |
protected RequestReplyRecords |
requestReplyRecords |
protected Records |
safeTIRRecords |
protected String |
senderMessageID |
protected XMLGregorianCalendar |
sentTime |
protected String |
subscriberID |
protected BigInteger |
tcn |
protected Integer |
uploadType |
protected String |
version |
| Constructor and Description |
|---|
BodyType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNumberOfRecords()
Gets the value of the numberOfRecords property.
|
String |
getPassword()
Gets the value of the password property.
|
RequestReplyRecords |
getRequestReplyRecords()
Gets the value of the requestReplyRecords property.
|
Records |
getSafeTIRRecords()
Gets the value of the safeTIRRecords property.
|
String |
getSenderMessageID()
Gets the value of the senderMessageID property.
|
XMLGregorianCalendar |
getSentTime()
Gets the value of the sentTime property.
|
String |
getSubscriberID()
Gets the value of the subscriberID property.
|
BigInteger |
getTCN()
Gets the value of the tcn property.
|
Integer |
getUploadType()
Gets the value of the uploadType property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setNumberOfRecords(Integer value)
Sets the value of the numberOfRecords property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRequestReplyRecords(RequestReplyRecords value)
Sets the value of the requestReplyRecords property.
|
void |
setSafeTIRRecords(Records value)
Sets the value of the safeTIRRecords property.
|
void |
setSenderMessageID(String value)
Sets the value of the senderMessageID property.
|
void |
setSentTime(XMLGregorianCalendar value)
Sets the value of the sentTime property.
|
void |
setSubscriberID(String value)
Sets the value of the subscriberID property.
|
void |
setTCN(BigInteger value)
Sets the value of the tcn property.
|
void |
setUploadType(Integer value)
Sets the value of the uploadType property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String subscriberID
protected String password
protected Integer uploadType
protected BigInteger tcn
protected XMLGregorianCalendar sentTime
protected String senderMessageID
protected Records safeTIRRecords
protected Integer numberOfRecords
protected RequestReplyRecords requestReplyRecords
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getSubscriberID()
Stringpublic void setSubscriberID(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic Integer getUploadType()
Integerpublic void setUploadType(Integer value)
value - allowed object is
Integerpublic BigInteger getTCN()
BigIntegerpublic void setTCN(BigInteger value)
value - allowed object is
BigIntegerpublic XMLGregorianCalendar getSentTime()
XMLGregorianCalendarpublic void setSentTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSenderMessageID()
Stringpublic void setSenderMessageID(String value)
value - allowed object is
Stringpublic Records getSafeTIRRecords()
Recordspublic void setSafeTIRRecords(Records value)
value - allowed object is
Recordspublic Integer getNumberOfRecords()
Integerpublic void setNumberOfRecords(Integer value)
value - allowed object is
Integerpublic RequestReplyRecords getRequestReplyRecords()
RequestReplyRecordspublic void setRequestReplyRecords(RequestReplyRecords value)
value - allowed object is
RequestReplyRecordsCopyright © 2017. All rights reserved.