|
||||||||||
| 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.InsertOoOResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:25:04+02:00",
comments="JAXB RI v2.2.11")
public class InsertOoOResponse
Java class for InsertOoOResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertOoOResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType">
<sequence minOccurs="0">
<element name="Substitute" type="{urn:be:fgov:ehealth:ehbox:consultation:protocol:v3}SubstituteType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InsertOoOResponse()
|
|
| Method Summary | |
|---|---|
List<SubstituteType> |
getSubstitutes()
Gets the value of the substitutes 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 InsertOoOResponse()
| Method Detail |
|---|
public List<SubstituteType> getSubstitutes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the substitutes property.
For example, to add a new item, do as follows:
getSubstitutes().add(newItem);
Objects of the following type(s) are allowed in the list
SubstituteType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||