|
||||||||||
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.genericinsurability.protocol.v1.GetInsurabilityResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:30:19+02:00", comments="JAXB RI v2.2.6") public class GetInsurabilityResponse
Java class for GetInsurabilityResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetInsurabilityResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v1}ResponseType"> <sequence> <element name="CommonOutput" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}CommonOutputType"/> <element name="RecordCommonOutput" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}RecordCommonOutputType"/> <element name="Response" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}SingleInsurabilityResponseType"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetInsurabilityResponse()
|
Method Summary | |
---|---|
CommonOutputType |
getCommonOutput()
Gets the value of the commonOutput property. |
RecordCommonOutputType |
getRecordCommonOutput()
Gets the value of the recordCommonOutput property. |
SingleInsurabilityResponseType |
getResponse()
Gets the value of the response property. |
void |
setCommonOutput(CommonOutputType value)
Sets the value of the commonOutput property. |
void |
setRecordCommonOutput(RecordCommonOutputType value)
Sets the value of the recordCommonOutput property. |
void |
setResponse(SingleInsurabilityResponseType value)
Sets the value of the response 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 GetInsurabilityResponse()
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 SingleInsurabilityResponseType getResponse()
SingleInsurabilityResponseType
public void setResponse(SingleInsurabilityResponseType value)
value
- allowed object is
SingleInsurabilityResponseType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |