|
||||||||||
| 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.genericinsurability.protocol.v1.GetInsurabilityAsXmlOrFlatRequestType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-04-05T05:04:50+02:00",
comments="JAXB RI v2.3.6")
public class GetInsurabilityAsXmlOrFlatRequestType
Java class for GetInsurabilityAsXmlOrFlatRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetInsurabilityAsXmlOrFlatRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v1}RequestType">
<sequence>
<element name="CommonInput" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}CommonInputType"/>
<element name="RecordCommonInput" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}RecordCommonInputType"/>
<element name="Request" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}SingleInsurabilityRequestType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetInsurabilityAsXmlOrFlatRequestType()
|
|
| Method Summary | |
|---|---|
CommonInputType |
getCommonInput()
Gets the value of the commonInput property. |
RecordCommonInputType |
getRecordCommonInput()
Gets the value of the recordCommonInput property. |
SingleInsurabilityRequestType |
getRequest()
Gets the value of the request property. |
void |
setCommonInput(CommonInputType value)
Sets the value of the commonInput property. |
void |
setRecordCommonInput(RecordCommonInputType value)
Sets the value of the recordCommonInput property. |
void |
setRequest(SingleInsurabilityRequestType value)
Sets the value of the request property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetInsurabilityAsXmlOrFlatRequestType()
| Method Detail |
|---|
public CommonInputType getCommonInput()
CommonInputTypepublic void setCommonInput(CommonInputType value)
value - allowed object is
CommonInputTypepublic RecordCommonInputType getRecordCommonInput()
RecordCommonInputTypepublic void setRecordCommonInput(RecordCommonInputType value)
value - allowed object is
RecordCommonInputTypepublic SingleInsurabilityRequestType getRequest()
SingleInsurabilityRequestTypepublic void setRequest(SingleInsurabilityRequestType value)
value - allowed object is
SingleInsurabilityRequestType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||