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

java.lang.Object
  extended by be.fgov.ehealth.ehbox.consultation.protocol.v2.GetBoxInfoRequest
All Implemented Interfaces:
Serializable

public class GetBoxInfoRequest
extends Object
implements Serializable

Java class for GetBoxInfoRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetBoxInfoRequestType">
   <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="Mandator" type="{urn:be:fgov:ehealth:ehbox:core:v2}MandateType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetBoxInfoRequest()
           
 
Method Summary
 BoxIdType getBoxId()
          Gets the value of the boxId property.
 MandateType getMandator()
          Gets the value of the mandator property.
 void setBoxId(BoxIdType value)
          Sets the value of the boxId property.
 void setMandator(MandateType value)
          Sets the value of the mandator property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBoxInfoRequest

public GetBoxInfoRequest()
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

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.