|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.ehbox.consultation.protocol.v2.MessageRequestType
public class MessageRequestType
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:v2}BoxIdType" minOccurs="0"/> <element name="Source"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INBOX"/> <enumeration value="SENTBOX"/> </restriction> </simpleType> </element> <element name="MessageId" type="{urn:be:fgov:ehealth:ehbox:core:v2}MessageIdType"/> <element name="Mandator" type="{urn:be:fgov:ehealth:ehbox:core:v2}MandateType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MessageRequestType()
|
Method Summary | |
---|---|
BoxIdType |
getBoxId()
Gets the value of the boxId property. |
MandateType |
getMandator()
Gets the value of the mandator 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 |
setMandator(MandateType value)
Sets the value of the mandator property. |
void |
setMessageId(String value)
Sets the value of the messageId property. |
void |
setSource(String value)
Sets the value of the source property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageRequestType()
Method Detail |
---|
public BoxIdType getBoxId()
BoxIdType
public void setBoxId(BoxIdType value)
value
- allowed object is
BoxIdType
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getMessageId()
String
public void setMessageId(String value)
value
- allowed object is
String
public MandateType getMandator()
MandateType
public void setMandator(MandateType value)
value
- allowed object is
MandateType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |