@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:05:54+02:00", comments="JAXB RI v2.3.7") public class GetBoxInfoResponse extends ResponseType implements Serializable
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 and Description |
|---|
GetBoxInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getId, getStatus, setId, setStatuspublic BoxIdType getBoxId()
BoxIdTypepublic void setBoxId(BoxIdType value)
value - allowed object is
BoxIdTypepublic Integer getNbrMessagesInStandBy()
Integerpublic void setNbrMessagesInStandBy(Integer value)
value - allowed object is
Integerpublic Long getCurrentSize()
Longpublic void setCurrentSize(Long value)
value - allowed object is
Longpublic Long getMaxSize()
Long
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.