|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v1.RequestType
be.fgov.ehealth.insurability.protocol.v1.GetInsurabilityForPharmacistRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:10:50+02:00", comments="JAXB RI v2.2.11") public class GetInsurabilityForPharmacistRequest
GetInsurabilityForPharmacistRequestType
Java class for GetInsurabilityForPharmacistRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetInsurabilityForPharmacistRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v1}RequestType"> <sequence> <element name="CommonInput" type="{urn:be:fgov:ehealth:insurability:core:v1}CommonInputType"/> <element name="RecordCommonInput" type="{urn:be:fgov:ehealth:insurability:core:v1}RecordCommonInputType"/> <element name="InsurabilityRequest" type="{urn:be:fgov:ehealth:insurability:core:v1}InsurabilityForPharmacistRequestType"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetInsurabilityForPharmacistRequest()
|
Method Summary | |
---|---|
CommonInputType |
getCommonInput()
Gets the value of the commonInput property. |
InsurabilityForPharmacistRequestType |
getInsurabilityRequest()
Gets the value of the insurabilityRequest property. |
RecordCommonInputType |
getRecordCommonInput()
Gets the value of the recordCommonInput property. |
void |
setCommonInput(CommonInputType value)
Sets the value of the commonInput property. |
void |
setInsurabilityRequest(InsurabilityForPharmacistRequestType value)
Sets the value of the insurabilityRequest property. |
void |
setRecordCommonInput(RecordCommonInputType value)
Sets the value of the recordCommonInput property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetInsurabilityForPharmacistRequest()
Method Detail |
---|
public CommonInputType getCommonInput()
CommonInputType
public void setCommonInput(CommonInputType value)
value
- allowed object is
CommonInputType
public RecordCommonInputType getRecordCommonInput()
RecordCommonInputType
public void setRecordCommonInput(RecordCommonInputType value)
value
- allowed object is
RecordCommonInputType
public InsurabilityForPharmacistRequestType getInsurabilityRequest()
InsurabilityForPharmacistRequestType
public void setInsurabilityRequest(InsurabilityForPharmacistRequestType value)
value
- allowed object is
InsurabilityForPharmacistRequestType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |