|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.CommonOutputType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") public class CommonOutputType
The "complex"-type of the CommonOutputType element.
Java class for CommonOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommonOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Reference" type="{urn:be:fgov:ehealth:insurability:core:v2}MessageReferenceType" minOccurs="0"/> <element name="IoReference" type="{urn:be:fgov:ehealth:insurability:core:v2}MessageReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CommonOutputType()
|
Method Summary | |
---|---|
String |
getIoReference()
Gets the value of the ioReference property. |
String |
getReference()
Gets the value of the reference property. |
void |
setIoReference(String value)
Sets the value of the ioReference property. |
void |
setReference(String value)
Sets the value of the reference property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonOutputType()
Method Detail |
---|
public String getReference()
String
public void setReference(String value)
value
- allowed object is
String
public String getIoReference()
String
public void setIoReference(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |