@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:34:31+02:00", comments="JAXB RI v2.2.11") public class AliveCheckRequest extends RequestType implements Serializable
Java class for AliveCheckRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AliveCheckRequestType">
<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="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AliveCheckRequest() |
| Modifier and Type | Method and Description |
|---|---|
CommonInputType |
getCommonInput()
Gets the value of the commonInput property.
|
RecordCommonInputType |
getRecordCommonInput()
Gets the value of the recordCommonInput property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setCommonInput(CommonInputType value)
Sets the value of the commonInput property.
|
void |
setRecordCommonInput(RecordCommonInputType value)
Sets the value of the recordCommonInput property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
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 Object getValue()
Object
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.