public static class ReconciliationRequestsType.ReconciliationRequests extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://rts.iru.org/model/termination-1}ReconciliationRequest" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="offset" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="endReached" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected boolean |
endReached |
protected int |
offset |
protected List<ReconciliationRequestType> |
reconciliationRequest |
| Constructor and Description |
|---|
ReconciliationRequests() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
int |
getOffset()
Gets the value of the offset property.
|
List<ReconciliationRequestType> |
getReconciliationRequest()
Gets the value of the reconciliationRequest property.
|
boolean |
isEndReached()
Gets the value of the endReached property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setEndReached(boolean value)
Sets the value of the endReached property.
|
void |
setOffset(int value)
Sets the value of the offset property.
|
protected List<ReconciliationRequestType> reconciliationRequest
protected int offset
protected int count
protected boolean endReached
public List<ReconciliationRequestType> getReconciliationRequest()
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 reconciliationRequest property.
For example, to add a new item, do as follows:
getReconciliationRequest().add(newItem);
Objects of the following type(s) are allowed in the list
ReconciliationRequestType
public int getOffset()
public void setOffset(int value)
public int getCount()
public void setCount(int value)
public boolean isEndReached()
public void setEndReached(boolean value)
Copyright © 2017. All rights reserved.