public class QueryBodyType extends Object
Java class for QueryBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryBodyType">
<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://rts.iru.org/egis}QueryType"/>
<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 |
queryType |
protected String |
sender |
protected XMLGregorianCalendar |
sentTime |
| Constructor and Description |
|---|
QueryBodyType() |
| 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 |
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 |
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 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 String getCarnetNumber()
StringCopyright © 2017. All rights reserved.