public class ReconciliationRequestReplyType extends Object implements Serializable
Java class for ReconciliationRequestReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationRequestReplyType">
<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="ReplyType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CONFIRMED"/>
<enumeration value="CORRECTED"/>
<enumeration value="NOT_FOUND"/>
</restriction>
</simpleType>
</element>
<element name="CorrectedTIROperationTermination" type="{http://rts.iru.org/model/termination-1}TIROperationTerminationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TIROperationTerminationType |
correctedTIROperationTermination |
protected String |
id |
protected String |
replyType |
| Constructor and Description |
|---|
ReconciliationRequestReplyType() |
| Modifier and Type | Method and Description |
|---|---|
TIROperationTerminationType |
getCorrectedTIROperationTermination()
Gets the value of the correctedTIROperationTermination property.
|
String |
getId()
Gets the value of the id property.
|
String |
getReplyType()
Gets the value of the replyType property.
|
void |
setCorrectedTIROperationTermination(TIROperationTerminationType value)
Sets the value of the correctedTIROperationTermination property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setReplyType(String value)
Sets the value of the replyType property.
|
protected String id
protected String replyType
protected TIROperationTerminationType correctedTIROperationTermination
public void setId(String value)
value - allowed object is
Stringpublic String getReplyType()
Stringpublic void setReplyType(String value)
value - allowed object is
Stringpublic TIROperationTerminationType getCorrectedTIROperationTermination()
TIROperationTerminationTypepublic void setCorrectedTIROperationTermination(TIROperationTerminationType value)
value - allowed object is
TIROperationTerminationTypeCopyright © 2017. All rights reserved.