public class RequestReplyRecords extends Object implements Serializable
Java class for RequestReplyRecords complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestReplyRecords">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RequestReplyRecord" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="RequestID" use="required" type="{http://www.iru.org/SafeTIRUpload}RequestIDType" />
<attribute name="RequestReplyType" use="required" type="{http://www.iru.org/SafeTIRUpload}RequestReplyType" />
<attribute name="TNO" use="required" type="{http://www.iru.org/SafeTIRUpload}TNOType" />
<attribute name="ICC" use="required" type="{http://www.iru.org/SafeTIRUpload}ICCType" />
<attribute name="DCL" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="CNL" type="{http://www.iru.org/SafeTIRUpload}CNLType" />
<attribute name="COF" use="required" type="{http://www.iru.org/SafeTIRUpload}COFType" />
<attribute name="DDI" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="RND" type="{http://www.iru.org/SafeTIRUpload}RNDType" />
<attribute name="PFD" type="{http://www.iru.org/SafeTIRUpload}PFDType" />
<attribute name="TCO" type="{http://www.iru.org/SafeTIRUpload}TCOType" />
<attribute name="CWR" use="required" type="{http://www.iru.org/SafeTIRUpload}CWRType" />
<attribute name="VPN" use="required" type="{http://www.iru.org/SafeTIRUpload}VPNType" />
<attribute name="COM" type="{http://www.iru.org/SafeTIRUpload}COMType" />
<attribute name="RBC" type="{http://www.iru.org/SafeTIRUpload}RBCType" />
<attribute name="PIC" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestReplyRecords.RequestReplyRecord
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<RequestReplyRecords.RequestReplyRecord> |
requestReplyRecord |
| Constructor and Description |
|---|
RequestReplyRecords() |
| Modifier and Type | Method and Description |
|---|---|
List<RequestReplyRecords.RequestReplyRecord> |
getRequestReplyRecord()
Gets the value of the requestReplyRecord property.
|
protected List<RequestReplyRecords.RequestReplyRecord> requestReplyRecord
public List<RequestReplyRecords.RequestReplyRecord> getRequestReplyRecord()
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 requestReplyRecord property.
For example, to add a new item, do as follows:
getRequestReplyRecord().add(newItem);
Objects of the following type(s) are allowed in the list
RequestReplyRecords.RequestReplyRecord
Copyright © 2017. All rights reserved.