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

java.lang.Object
  extended by be.fgov.ehealth.ehbox.consultation.protocol.v3.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:v3}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:v3}MessageIdType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MessageRequestType()
           
 
Method Summary
 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.
 
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



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