|
||||||||||
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.insurability.protocol.v1.AliveCheckResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:56+02:00", comments="JAXB RI v2.2.6") public class AliveCheckResponse
Java class for AliveCheckResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AliveCheckResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType"> <sequence minOccurs="0"> <element name="CommonOutput" type="{urn:be:fgov:ehealth:insurability:core:v1}CommonOutputType"/> <element name="RecordCommonOutput" type="{urn:be:fgov:ehealth:insurability:core:v1}RecordCommonOutputType"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AliveCheckResponse()
|
Method Summary | |
---|---|
CommonOutputType |
getCommonOutput()
Gets the value of the commonOutput property. |
RecordCommonOutputType |
getRecordCommonOutput()
Gets the value of the recordCommonOutput property. |
Object |
getValue()
Gets the value of the value property. |
void |
setCommonOutput(CommonOutputType value)
Sets the value of the commonOutput property. |
void |
setRecordCommonOutput(RecordCommonOutputType value)
Sets the value of the recordCommonOutput property. |
void |
setValue(Object value)
Sets the value of the value 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 AliveCheckResponse()
Method Detail |
---|
public CommonOutputType getCommonOutput()
CommonOutputType
public void setCommonOutput(CommonOutputType value)
value
- allowed object is
CommonOutputType
public RecordCommonOutputType getRecordCommonOutput()
RecordCommonOutputType
public void setRecordCommonOutput(RecordCommonOutputType value)
value
- allowed object is
RecordCommonOutputType
public Object getValue()
Object
public void setValue(Object value)
value
- allowed object is
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |