public class SafeTIRBodyType extends Object implements Serializable
Java class for SafeTIRBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SafeTIRBodyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NumberOfRecords" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="RequestRecords" type="{http://www.iru.org/SafeTIRReconciliation}RequestRecords"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
numberOfRecords |
protected RequestRecords |
requestRecords |
| Constructor and Description |
|---|
SafeTIRBodyType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfRecords()
Gets the value of the numberOfRecords property.
|
RequestRecords |
getRequestRecords()
Gets the value of the requestRecords property.
|
void |
setNumberOfRecords(int value)
Sets the value of the numberOfRecords property.
|
void |
setRequestRecords(RequestRecords value)
Sets the value of the requestRecords property.
|
protected int numberOfRecords
protected RequestRecords requestRecords
public int getNumberOfRecords()
public void setNumberOfRecords(int value)
public RequestRecords getRequestRecords()
RequestRecordspublic void setRequestRecords(RequestRecords value)
value - allowed object is
RequestRecordsCopyright © 2017. All rights reserved.