public class ReconciliationRequestType extends Object implements Serializable
Java class for ReconciliationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://rts.iru.org/model/termination-1}ReconciliationRequestIdType"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ReminderCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="Originator">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.iru.org/model/tir-actor-1}IRU"/>
<element ref="{http://www.iru.org/model/tir-actor-1}Association"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Remark" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="126"/>
</restriction>
</simpleType>
</element>
<element name="Reason" type="{http://rts.iru.org/model/termination-1}ReconciliationRequestReasonType"/>
<choice>
<element name="TIROperationTerminationToValidate" type="{http://rts.iru.org/model/termination-1}TIROperationTerminationType"/>
<element ref="{http://rts.iru.org/model/termination-1}MissingTIROperationTermination"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReconciliationRequestType.Originator
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
date |
protected String |
id |
protected MissingTIROperationTerminationType |
missingTIROperationTermination |
protected ReconciliationRequestType.Originator |
originator |
protected ReconciliationRequestReasonType |
reason |
protected String |
remark |
protected long |
reminderCount |
protected TIROperationTerminationType |
tirOperationTerminationToValidate |
| Constructor and Description |
|---|
ReconciliationRequestType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getId()
Gets the value of the id property.
|
MissingTIROperationTerminationType |
getMissingTIROperationTermination()
Gets the value of the missingTIROperationTermination property.
|
ReconciliationRequestType.Originator |
getOriginator()
Gets the value of the originator property.
|
ReconciliationRequestReasonType |
getReason()
Gets the value of the reason property.
|
String |
getRemark()
Gets the value of the remark property.
|
long |
getReminderCount()
Gets the value of the reminderCount property.
|
TIROperationTerminationType |
getTIROperationTerminationToValidate()
Gets the value of the tirOperationTerminationToValidate property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMissingTIROperationTermination(MissingTIROperationTerminationType value)
Sets the value of the missingTIROperationTermination property.
|
void |
setOriginator(ReconciliationRequestType.Originator value)
Sets the value of the originator property.
|
void |
setReason(ReconciliationRequestReasonType value)
Sets the value of the reason property.
|
void |
setRemark(String value)
Sets the value of the remark property.
|
void |
setReminderCount(long value)
Sets the value of the reminderCount property.
|
void |
setTIROperationTerminationToValidate(TIROperationTerminationType value)
Sets the value of the tirOperationTerminationToValidate property.
|
protected String id
protected XMLGregorianCalendar date
protected long reminderCount
protected ReconciliationRequestType.Originator originator
protected String remark
protected ReconciliationRequestReasonType reason
protected TIROperationTerminationType tirOperationTerminationToValidate
protected MissingTIROperationTerminationType missingTIROperationTermination
public void setId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic long getReminderCount()
public void setReminderCount(long value)
public ReconciliationRequestType.Originator getOriginator()
ReconciliationRequestType.Originatorpublic void setOriginator(ReconciliationRequestType.Originator value)
value - allowed object is
ReconciliationRequestType.Originatorpublic String getRemark()
Stringpublic void setRemark(String value)
value - allowed object is
Stringpublic ReconciliationRequestReasonType getReason()
ReconciliationRequestReasonTypepublic void setReason(ReconciliationRequestReasonType value)
value - allowed object is
ReconciliationRequestReasonTypepublic TIROperationTerminationType getTIROperationTerminationToValidate()
TIROperationTerminationTypepublic void setTIROperationTerminationToValidate(TIROperationTerminationType value)
value - allowed object is
TIROperationTerminationTypepublic MissingTIROperationTerminationType getMissingTIROperationTermination()
MissingTIROperationTerminationTypepublic void setMissingTIROperationTermination(MissingTIROperationTerminationType value)
value - allowed object is
MissingTIROperationTerminationTypeCopyright © 2017. All rights reserved.