|
||||||||||
| 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.GetMessageAcknowledgmentsStatusRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:41:14+02:00",
comments="JAXB RI v2.2.11")
public class GetMessageAcknowledgmentsStatusRequest
Java class for GetMessageAcknowledgmentsStatusRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageAcknowledgmentsStatusRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BoxId" type="{urn:be:fgov:ehealth:ehbox:core:v3}BoxIdType" minOccurs="0"/>
<element name="MessageId" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageIdType"/>
<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 | |
|---|---|
GetMessageAcknowledgmentsStatusRequest()
|
|
| Method Summary | |
|---|---|
BoxIdType |
getBoxId()
Gets the value of the boxId property. |
Integer |
getEndIndex()
Gets the value of the endIndex property. |
String |
getMessageId()
Gets the value of the messageId property. |
Integer |
getStartIndex()
Gets the value of the startIndex property. |
void |
setBoxId(BoxIdType value)
Sets the value of the boxId property. |
void |
setEndIndex(Integer value)
Sets the value of the endIndex property. |
void |
setMessageId(String value)
Sets the value of the messageId 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 GetMessageAcknowledgmentsStatusRequest()
| Method Detail |
|---|
public BoxIdType getBoxId()
BoxIdTypepublic void setBoxId(BoxIdType value)
value - allowed object is
BoxIdTypepublic String getMessageId()
Stringpublic void setMessageId(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 | |||||||||