|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v1.ResponseType
be.fgov.ehealth.ehbox.consultation.protocol.v3.GetBoxInfoResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:08:52+02:00", comments="JAXB RI v2.2.11") public class GetBoxInfoResponse
Java class for GetBoxInfoResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetBoxInfoResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType"> <sequence minOccurs="0"> <element name="BoxId" type="{urn:be:fgov:ehealth:ehbox:core:v3}BoxIdType"/> <element name="NbrMessagesInStandBy" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="CurrentSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="MaxSize" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetBoxInfoResponse()
|
Method Summary | |
---|---|
BoxIdType |
getBoxId()
Gets the value of the boxId property. |
Long |
getCurrentSize()
Gets the value of the currentSize property. |
Long |
getMaxSize()
Gets the value of the maxSize property. |
Integer |
getNbrMessagesInStandBy()
Gets the value of the nbrMessagesInStandBy property. |
void |
setBoxId(BoxIdType value)
Sets the value of the boxId property. |
void |
setCurrentSize(Long value)
Sets the value of the currentSize property. |
void |
setMaxSize(Long value)
Sets the value of the maxSize property. |
void |
setNbrMessagesInStandBy(Integer value)
Sets the value of the nbrMessagesInStandBy property. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v1.ResponseType |
---|
getId, getStatus, setId, setStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetBoxInfoResponse()
Method Detail |
---|
public BoxIdType getBoxId()
BoxIdType
public void setBoxId(BoxIdType value)
value
- allowed object is
BoxIdType
public Integer getNbrMessagesInStandBy()
Integer
public void setNbrMessagesInStandBy(Integer value)
value
- allowed object is
Integer
public Long getCurrentSize()
Long
public void setCurrentSize(Long value)
value
- allowed object is
Long
public Long getMaxSize()
Long
public void setMaxSize(Long value)
value
- allowed object is
Long
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |