|
||||||||||
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.GetInsurabilityForPharmacistResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:10:50+02:00", comments="JAXB RI v2.2.11") public class GetInsurabilityForPharmacistResponse
GetInsurabilityForPharmacistRequestType
Java class for GetInsurabilityForPharmacistResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetInsurabilityForPharmacistResponseType"> <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="ReturnInfo" type="{urn:be:fgov:ehealth:insurability:core:v1}ReturnInfoType"/> <element name="InsurabilityResponse" type="{urn:be:fgov:ehealth:insurability:core:v1}InsurabilityForPharmacistResponseType"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetInsurabilityForPharmacistResponse()
|
Method Summary | |
---|---|
CommonOutputType |
getCommonOutput()
Gets the value of the commonOutput property. |
InsurabilityForPharmacistResponseType |
getInsurabilityResponse()
Gets the value of the insurabilityResponse property. |
RecordCommonOutputType |
getRecordCommonOutput()
Gets the value of the recordCommonOutput property. |
ReturnInfoType |
getReturnInfo()
Gets the value of the returnInfo property. |
void |
setCommonOutput(CommonOutputType value)
Sets the value of the commonOutput property. |
void |
setInsurabilityResponse(InsurabilityForPharmacistResponseType value)
Sets the value of the insurabilityResponse property. |
void |
setRecordCommonOutput(RecordCommonOutputType value)
Sets the value of the recordCommonOutput property. |
void |
setReturnInfo(ReturnInfoType value)
Sets the value of the returnInfo 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 GetInsurabilityForPharmacistResponse()
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 ReturnInfoType getReturnInfo()
ReturnInfoType
public void setReturnInfo(ReturnInfoType value)
value
- allowed object is
ReturnInfoType
public InsurabilityForPharmacistResponseType getInsurabilityResponse()
InsurabilityForPharmacistResponseType
public void setInsurabilityResponse(InsurabilityForPharmacistResponseType value)
value
- allowed object is
InsurabilityForPharmacistResponseType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |