public class SafeTIRReconciliationBodyType extends Object implements Serializable
Java class for SafeTIRReconciliationBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SafeTIRReconciliationBodyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RequestRecord" type="{http://www.iru.org/SafeTIRReconciliation}RequestRecord"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RequestRecord |
requestRecord |
| Constructor and Description |
|---|
SafeTIRReconciliationBodyType() |
| Modifier and Type | Method and Description |
|---|---|
RequestRecord |
getRequestRecord()
Gets the value of the requestRecord property.
|
void |
setRequestRecord(RequestRecord value)
Sets the value of the requestRecord property.
|
protected RequestRecord requestRecord
public RequestRecord getRequestRecord()
RequestRecordpublic void setRequestRecord(RequestRecord value)
value - allowed object is
RequestRecordCopyright © 2017. All rights reserved.