be.fgov.ehealth.insurability.protocol.v1
Class AliveCheckRequest

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v1.RequestType
      extended by be.fgov.ehealth.insurability.protocol.v1.AliveCheckRequest
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:12:27+02:00",
           comments="JAXB RI v2.2.6")
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>
 

See Also:
Serialized Form

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

AliveCheckRequest

public AliveCheckRequest()
Method Detail

getCommonInput

public CommonInputType getCommonInput()
Gets the value of the commonInput property.

Returns:
possible object is CommonInputType

setCommonInput

public void setCommonInput(CommonInputType value)
Sets the value of the commonInput property.

Parameters:
value - allowed object is CommonInputType

getRecordCommonInput

public RecordCommonInputType getRecordCommonInput()
Gets the value of the recordCommonInput property.

Returns:
possible object is RecordCommonInputType

setRecordCommonInput

public void setRecordCommonInput(RecordCommonInputType value)
Sets the value of the recordCommonInput property.

Parameters:
value - allowed object is RecordCommonInputType

getValue

public Object getValue()
Gets the value of the value property.

Returns:
possible object is Object

setValue

public void setValue(Object value)
Sets the value of the value property.

Parameters:
value - allowed object is Object



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.