|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v1.ReturnInfoType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:56+02:00", comments="JAXB RI v2.2.6") public class ReturnInfoType
The "root"-type of the ReturnInfoType element.
Java class for ReturnInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ReturnCode" type="{urn:be:fgov:ehealth:insurability:core:v1}ReturnCodeType"/> <element name="MultipleIO" type="{urn:be:fgov:ehealth:insurability:core:v1}IoList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ReturnInfoType()
|
Method Summary | |
---|---|
List<String> |
getMultipleIO()
Gets the value of the multipleIO property. |
ReturnCodeType |
getReturnCode()
Gets the value of the returnCode property. |
void |
setReturnCode(ReturnCodeType value)
Sets the value of the returnCode property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReturnInfoType()
Method Detail |
---|
public ReturnCodeType getReturnCode()
ReturnCodeType
public void setReturnCode(ReturnCodeType value)
value
- allowed object is
ReturnCodeType
public List<String> getMultipleIO()
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 multipleIO property.
For example, to add a new item, do as follows:
getMultipleIO().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |