|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v1.ResponseType
be.fgov.ehealth.ehbox.consultation.protocol.v3.GetMessageListResponseType
public class GetMessageListResponseType
Java class for GetMessageListResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageListResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType"> <sequence minOccurs="0"> <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="Message" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MessageId" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageIdType"/> <element name="Destination" type="{urn:be:fgov:ehealth:ehbox:core:v3}EhboxIdentifierType"/> <element name="Sender" type="{urn:be:fgov:ehealth:ehbox:core:v3}SenderType"/> <element name="MessageInfo" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageInfoType"/> <element name="ContentInfo" type="{urn:be:fgov:ehealth:ehbox:core:v3}ContentInfoType" minOccurs="0"/> <element name="ContentSpecification" type="{urn:be:fgov:ehealth:ehbox:core:v3}ContentSpecificationType"/> <element name="CustomMeta" type="{urn:be:fgov:ehealth:ehbox:core:v3}CustomMetaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetMessageListResponseType()
|
Method Summary | |
---|---|
List<Message> |
getMessages()
Gets the value of the messages property. |
String |
getSource()
Gets the value of the source property. |
void |
setSource(String value)
Sets the value of the source property. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v1.ResponseType |
---|
getId, getStatus, setId, setStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMessageListResponseType()
Method Detail |
---|
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public List<Message> getMessages()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the messages property.
For example, to add a new item, do as follows:
getMessages().add(newItem);
Objects of the following type(s) are allowed in the list
Message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |