|
||||||||||
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.GetBoxInfoRequest
public class GetBoxInfoRequest
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>
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 |
---|
public GetBoxInfoRequest()
Method Detail |
---|
public BoxIdType getBoxId()
BoxIdType
public void setBoxId(BoxIdType value)
value
- allowed object is
BoxIdType
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 |