public class ReconciliationQueryBodyType extends Object implements Serializable
Java class for ReconciliationQueryBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationQueryBodyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Password" type="{http://www.iru.org/SafeTIRReconciliation}PasswordType" minOccurs="0"/>
<element name="QueryType" type="{http://www.iru.org/SafeTIRReconciliation}QueryType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected int |
queryType |
protected XMLGregorianCalendar |
sentTime |
| Constructor and Description |
|---|
ReconciliationQueryBodyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
int |
getQueryType()
Gets the value of the queryType property.
|
XMLGregorianCalendar |
getSentTime()
Gets the value of the sentTime property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setQueryType(int value)
Sets the value of the queryType property.
|
void |
setSentTime(XMLGregorianCalendar value)
Sets the value of the sentTime property.
|
protected XMLGregorianCalendar sentTime
protected String password
protected int queryType
public XMLGregorianCalendar getSentTime()
XMLGregorianCalendarpublic void setSentTime(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)
Copyright © 2017. All rights reserved.