public class RequestRecords extends Object implements Serializable
Java class for RequestRecords complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestRecords">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RequestRecord" type="{http://www.iru.org/SafeTIRReconciliation}RequestRecord" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RequestRecord> |
requestRecord |
| Constructor and Description |
|---|
RequestRecords() |
| Modifier and Type | Method and Description |
|---|---|
List<RequestRecord> |
getRequestRecord()
Gets the value of the requestRecord property.
|
protected List<RequestRecord> requestRecord
public List<RequestRecord> getRequestRecord()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the requestRecord property.
For example, to add a new item, do as follows:
getRequestRecord().add(newItem);
Objects of the following type(s) are allowed in the list
RequestRecord
Copyright © 2017. All rights reserved.