public class TListOfFReceivedInput extends Object
Java class for tListOfFReceivedInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tListOfFReceivedInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmFromTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dmToTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dmRecipientOrgUnitNum" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="dmStatusFilter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dmOffset" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="dmLimit" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dmFromTime |
protected BigInteger |
dmLimit |
protected BigInteger |
dmOffset |
protected BigInteger |
dmRecipientOrgUnitNum |
protected String |
dmStatusFilter |
protected XMLGregorianCalendar |
dmToTime |
| Constructor and Description |
|---|
TListOfFReceivedInput() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDmFromTime()
Gets the value of the dmFromTime property.
|
BigInteger |
getDmLimit()
Gets the value of the dmLimit property.
|
BigInteger |
getDmOffset()
Gets the value of the dmOffset property.
|
BigInteger |
getDmRecipientOrgUnitNum()
Gets the value of the dmRecipientOrgUnitNum property.
|
String |
getDmStatusFilter()
Gets the value of the dmStatusFilter property.
|
XMLGregorianCalendar |
getDmToTime()
Gets the value of the dmToTime property.
|
void |
setDmFromTime(XMLGregorianCalendar value)
Sets the value of the dmFromTime property.
|
void |
setDmLimit(BigInteger value)
Sets the value of the dmLimit property.
|
void |
setDmOffset(BigInteger value)
Sets the value of the dmOffset property.
|
void |
setDmRecipientOrgUnitNum(BigInteger value)
Sets the value of the dmRecipientOrgUnitNum property.
|
void |
setDmStatusFilter(String value)
Sets the value of the dmStatusFilter property.
|
void |
setDmToTime(XMLGregorianCalendar value)
Sets the value of the dmToTime property.
|
protected XMLGregorianCalendar dmFromTime
protected XMLGregorianCalendar dmToTime
protected BigInteger dmRecipientOrgUnitNum
protected String dmStatusFilter
protected BigInteger dmOffset
protected BigInteger dmLimit
public XMLGregorianCalendar getDmFromTime()
XMLGregorianCalendarpublic void setDmFromTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDmToTime()
XMLGregorianCalendarpublic void setDmToTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getDmRecipientOrgUnitNum()
BigIntegerpublic void setDmRecipientOrgUnitNum(BigInteger value)
value - allowed object is
BigIntegerpublic String getDmStatusFilter()
Stringpublic void setDmStatusFilter(String value)
value - allowed object is
Stringpublic BigInteger getDmOffset()
BigIntegerpublic void setDmOffset(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDmLimit()
BigIntegerpublic void setDmLimit(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.