public class ReconciliationRequestsType extends Object
Java class for reconciliationRequestsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reconciliationRequestsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="total">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="reconciliationRequests">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReconciliationRequestsType.ReconciliationRequests
Java class for anonymous complex type.
|
static class |
ReconciliationRequestsType.Total
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReconciliationRequestsType.ReconciliationRequests |
reconciliationRequests |
protected ReconciliationRequestsType.Total |
total |
| Constructor and Description |
|---|
ReconciliationRequestsType() |
| Modifier and Type | Method and Description |
|---|---|
ReconciliationRequestsType.ReconciliationRequests |
getReconciliationRequests()
Gets the value of the reconciliationRequests property.
|
ReconciliationRequestsType.Total |
getTotal()
Gets the value of the total property.
|
void |
setReconciliationRequests(ReconciliationRequestsType.ReconciliationRequests value)
Sets the value of the reconciliationRequests property.
|
void |
setTotal(ReconciliationRequestsType.Total value)
Sets the value of the total property.
|
protected ReconciliationRequestsType.Total total
protected ReconciliationRequestsType.ReconciliationRequests reconciliationRequests
public ReconciliationRequestsType.Total getTotal()
ReconciliationRequestsType.Totalpublic void setTotal(ReconciliationRequestsType.Total value)
value - allowed object is
ReconciliationRequestsType.Totalpublic ReconciliationRequestsType.ReconciliationRequests getReconciliationRequests()
ReconciliationRequestsType.ReconciliationRequestspublic void setReconciliationRequests(ReconciliationRequestsType.ReconciliationRequests value)
value - allowed object is
ReconciliationRequestsType.ReconciliationRequestsCopyright © 2017. All rights reserved.