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.iru.org/TCHQuery}SenderType"/>
<element name="SentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Originator" type="{http://www.iru.org/TCHQuery}OriginatorType"/>
<element name="OriginTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Password" type="{http://www.iru.org/TCHQuery}PasswordType" minOccurs="0"/>
<element name="Query_Type" type="{http://www.iru.org/TCHQuery}QueryType"/>
<element name="Query_Reason" type="{http://www.iru.org/TCHQuery}QueryReasonType"/>
<element name="Carnet_Number" type="{http://www.iru.org/TCHQuery}CarnetNumberType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
carnetNumber |
protected String |
originator |
protected XMLGregorianCalendar |
originTime |
protected String |
password |
protected int |
queryReason |
protected int |
queryType |
protected String |
sender |
protected XMLGregorianCalendar |
sentTime |
| Constructor and Description |
|---|
BodyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCarnetNumber()
Gets the value of the carnetNumber property.
|
String |
getOriginator()
Gets the value of the originator property.
|
XMLGregorianCalendar |
getOriginTime()
Gets the value of the originTime property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getQueryReason()
Gets the value of the queryReason property.
|
int |
getQueryType()
Gets the value of the queryType property.
|
String |
getSender()
Gets the value of the sender property.
|
XMLGregorianCalendar |
getSentTime()
Gets the value of the sentTime property.
|
void |
setCarnetNumber(String value)
Sets the value of the carnetNumber property.
|
void |
setOriginator(String value)
Sets the value of the originator property.
|
void |
setOriginTime(XMLGregorianCalendar value)
Sets the value of the originTime property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setQueryReason(int value)
Sets the value of the queryReason property.
|
void |
setQueryType(int value)
Sets the value of the queryType property.
|
void |
setSender(String value)
Sets the value of the sender property.
|
void |
setSentTime(XMLGregorianCalendar value)
Sets the value of the sentTime property.
|
protected String sender
protected XMLGregorianCalendar sentTime
protected String originator
protected XMLGregorianCalendar originTime
protected String password
protected int queryType
protected int queryReason
protected String carnetNumber
public String getSender()
Stringpublic void setSender(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSentTime()
XMLGregorianCalendarpublic void setSentTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getOriginator()
Stringpublic void setOriginator(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getOriginTime()
XMLGregorianCalendarpublic void setOriginTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic int getQueryType()
public void setQueryType(int value)
public int getQueryReason()
public void setQueryReason(int value)
public String getCarnetNumber()
StringCopyright © 2017. All rights reserved.