@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:21:38+01:00", comments="JAXB RI v2.3.7") public class MessageRequestType extends Object implements Serializable
Java class for MessageRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageRequestType">
<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="Source">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="INBOX"/>
<enumeration value="SENTBOX"/>
<enumeration value="HISTORY"/>
</restriction>
</simpleType>
</element>
<element name="MessageId" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageIdType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MessageRequestType() |
| Modifier and Type | Method and Description |
|---|---|
BoxIdType |
getBoxId()
Gets the value of the boxId property.
|
String |
getMessageId()
Gets the value of the messageId property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setBoxId(BoxIdType value)
Sets the value of the boxId property.
|
void |
setMessageId(String value)
Sets the value of the messageId property.
|
void |
setSource(String value)
Sets the value of the source property.
|
public BoxIdType getBoxId()
BoxIdTypepublic void setBoxId(BoxIdType value)
value - allowed object is
BoxIdTypepublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getMessageId()
String
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.