|
||||||||||
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.AliveCheckRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:56+02:00", comments="JAXB RI v2.2.6") public class AliveCheckRequest
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 Summary | |
---|---|
AliveCheckRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AliveCheckRequest()
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 Object getValue()
Object
public void setValue(Object value)
value
- allowed object is
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |