public class GetReconciliationRequests 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 name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
from |
protected JAXBElement<Long> |
maxCount |
protected JAXBElement<Integer> |
offset |
protected JAXBElement<XMLGregorianCalendar> |
to |
| Constructor and Description |
|---|
GetReconciliationRequests() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFrom()
Gets the value of the from property.
|
JAXBElement<Long> |
getMaxCount()
Gets the value of the maxCount property.
|
JAXBElement<Integer> |
getOffset()
Gets the value of the offset property.
|
JAXBElement<XMLGregorianCalendar> |
getTo()
Gets the value of the to property.
|
void |
setFrom(XMLGregorianCalendar value)
Sets the value of the from property.
|
void |
setMaxCount(JAXBElement<Long> value)
Sets the value of the maxCount property.
|
void |
setOffset(JAXBElement<Integer> value)
Sets the value of the offset property.
|
void |
setTo(JAXBElement<XMLGregorianCalendar> value)
Sets the value of the to property.
|
protected XMLGregorianCalendar from
protected JAXBElement<XMLGregorianCalendar> to
protected JAXBElement<Integer> offset
protected JAXBElement<Long> maxCount
public XMLGregorianCalendar getFrom()
XMLGregorianCalendarpublic void setFrom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic JAXBElement<XMLGregorianCalendar> getTo()
JAXBElement<XMLGregorianCalendar>public void setTo(JAXBElement<XMLGregorianCalendar> value)
value - allowed object is
JAXBElement<XMLGregorianCalendar>public JAXBElement<Integer> getOffset()
JAXBElement<Integer>public void setOffset(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Long> getMaxCount()
JAXBElement<Long>public void setMaxCount(JAXBElement<Long> value)
value - allowed object is
JAXBElement<Long>Copyright © 2017. All rights reserved.