public class ReconciliationRequestRepliesType extends Object implements Serializable
Java class for ReconciliationRequestRepliesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationRequestRepliesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="ReconciliationRequestReply" type="{http://rts.iru.org/model/termination-1}ReconciliationRequestReplyType"/>
</sequence>
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
count |
protected List<ReconciliationRequestReplyType> |
reconciliationRequestReply |
| Constructor and Description |
|---|
ReconciliationRequestRepliesType() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount()
Gets the value of the count property.
|
List<ReconciliationRequestReplyType> |
getReconciliationRequestReply()
Gets the value of the reconciliationRequestReply property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
protected List<ReconciliationRequestReplyType> reconciliationRequestReply
protected Long count
public List<ReconciliationRequestReplyType> getReconciliationRequestReply()
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 reconciliationRequestReply property.
For example, to add a new item, do as follows:
getReconciliationRequestReply().add(newItem);
Objects of the following type(s) are allowed in the list
ReconciliationRequestReplyType
public Long getCount()
LongCopyright © 2017. All rights reserved.