be.fgov.ehealth.ehbox.consultation.protocol.v2
Class MessageRequestType

java.lang.Object
  extended by be.fgov.ehealth.ehbox.consultation.protocol.v2.MessageRequestType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GetFullMessageRequest, GetHistoryRequest

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: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>
 

See Also:
Serialized Form

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

MessageRequestType

public MessageRequestType()
Method Detail

getBoxId

public BoxIdType getBoxId()
Gets the value of the boxId property.

Returns:
possible object is BoxIdType

setBoxId

public void setBoxId(BoxIdType value)
Sets the value of the boxId property.

Parameters:
value - allowed object is BoxIdType

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getMessageId

public String getMessageId()
Gets the value of the messageId property.

Returns:
possible object is String

setMessageId

public void setMessageId(String value)
Sets the value of the messageId property.

Parameters:
value - allowed object is String

getMandator

public MandateType getMandator()
Gets the value of the mandator property.

Returns:
possible object is MandateType

setMandator

public void setMandator(MandateType value)
Sets the value of the mandator property.

Parameters:
value - allowed object is MandateType



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.