public static class ReconciliationRequestsType.Total 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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected XMLGregorianCalendar |
from |
protected XMLGregorianCalendar |
to |
| Constructor and Description |
|---|
Total() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
XMLGregorianCalendar |
getFrom()
Gets the value of the from property.
|
XMLGregorianCalendar |
getTo()
Gets the value of the to property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setFrom(XMLGregorianCalendar value)
Sets the value of the from property.
|
void |
setTo(XMLGregorianCalendar value)
Sets the value of the to property.
|
protected XMLGregorianCalendar from
protected XMLGregorianCalendar to
protected int count
public XMLGregorianCalendar getFrom()
XMLGregorianCalendarpublic void setFrom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTo()
XMLGregorianCalendarpublic void setTo(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getCount()
public void setCount(int value)
Copyright © 2017. All rights reserved.