|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.consultation.protocol.v3.GetAllEhboxesMessagesListRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-02-02T03:46:16+01:00",
comments="JAXB RI v2.2.11")
public class GetAllEhboxesMessagesListRequest
Java class for GetAllEhboxesMessagesListRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAllEhboxesMessagesListRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Source">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="INBOX"/>
<enumeration value="SENTBOX"/>
<enumeration value="BININBOX"/>
<enumeration value="BINSENTBOX"/>
</restriction>
</simpleType>
</element>
<element name="StartIndex" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</element>
<element name="EndIndex" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetAllEhboxesMessagesListRequest()
|
|
| Method Summary | |
|---|---|
Integer |
getEndIndex()
Gets the value of the endIndex property. |
String |
getSource()
Gets the value of the source property. |
Integer |
getStartIndex()
Gets the value of the startIndex property. |
void |
setEndIndex(Integer value)
Sets the value of the endIndex property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setStartIndex(Integer value)
Sets the value of the startIndex property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetAllEhboxesMessagesListRequest()
| Method Detail |
|---|
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic Integer getStartIndex()
Integerpublic void setStartIndex(Integer value)
value - allowed object is
Integerpublic Integer getEndIndex()
Integerpublic void setEndIndex(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||