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">
<sequence>
<element name="Sender" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Originator" type="{http://www.iru.org/TCHQResponse}OriginatorType"/>
<element name="ResponseTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Result" type="{http://www.iru.org/TCHQResponse}ResultType"/>
<element name="Carnet_Number" type="{http://www.iru.org/TCHQResponse}CarnetNumberType"/>
<element name="HolderID" type="{http://www.iru.org/TCHQResponse}HolderIDType" minOccurs="0"/>
<element name="ValidityDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Association" type="{http://www.iru.org/TCHQResponse}AssociationType" minOccurs="0"/>
<element name="NumTerminations" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="Voucher_Number" type="{http://www.iru.org/TCHQResponse}VoucherNumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
association |
protected String |
carnetNumber |
protected String |
holderID |
protected BigInteger |
numTerminations |
protected String |
originator |
protected XMLGregorianCalendar |
responseTime |
protected int |
result |
protected String |
sender |
protected XMLGregorianCalendar |
validityDate |
protected String |
voucherNumber |
| Constructor and Description |
|---|
BodyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociation()
Gets the value of the association property.
|
String |
getCarnetNumber()
Gets the value of the carnetNumber property.
|
String |
getHolderID()
Gets the value of the holderID property.
|
BigInteger |
getNumTerminations()
Gets the value of the numTerminations property.
|
String |
getOriginator()
Gets the value of the originator property.
|
XMLGregorianCalendar |
getResponseTime()
Gets the value of the responseTime property.
|
int |
getResult()
Gets the value of the result property.
|
String |
getSender()
Gets the value of the sender property.
|
XMLGregorianCalendar |
getValidityDate()
Gets the value of the validityDate property.
|
String |
getVoucherNumber()
Gets the value of the voucherNumber property.
|
void |
setAssociation(String value)
Sets the value of the association property.
|
void |
setCarnetNumber(String value)
Sets the value of the carnetNumber property.
|
void |
setHolderID(String value)
Sets the value of the holderID property.
|
void |
setNumTerminations(BigInteger value)
Sets the value of the numTerminations property.
|
void |
setOriginator(String value)
Sets the value of the originator property.
|
void |
setResponseTime(XMLGregorianCalendar value)
Sets the value of the responseTime property.
|
void |
setResult(int value)
Sets the value of the result property.
|
void |
setSender(String value)
Sets the value of the sender property.
|
void |
setValidityDate(XMLGregorianCalendar value)
Sets the value of the validityDate property.
|
void |
setVoucherNumber(String value)
Sets the value of the voucherNumber property.
|
protected String sender
protected String originator
protected XMLGregorianCalendar responseTime
protected int result
protected String carnetNumber
protected String holderID
protected XMLGregorianCalendar validityDate
protected String association
protected BigInteger numTerminations
protected String voucherNumber
public String getSender()
Stringpublic void setSender(String value)
value - allowed object is
Stringpublic String getOriginator()
Stringpublic void setOriginator(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getResponseTime()
XMLGregorianCalendarpublic void setResponseTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getResult()
public void setResult(int value)
public String getCarnetNumber()
Stringpublic void setCarnetNumber(String value)
value - allowed object is
Stringpublic String getHolderID()
Stringpublic void setHolderID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getValidityDate()
XMLGregorianCalendarpublic void setValidityDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAssociation()
Stringpublic void setAssociation(String value)
value - allowed object is
Stringpublic BigInteger getNumTerminations()
BigIntegerpublic void setNumTerminations(BigInteger value)
value - allowed object is
BigIntegerpublic String getVoucherNumber()
StringCopyright © 2017. All rights reserved.