be.fgov.ehealth.chap4.protocol.v1
Class AbstractChap4MedicalAdvisorAgreementRequestType

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v1.RequestType
      extended by be.fgov.ehealth.chap4.protocol.v1.AbstractChap4MedicalAdvisorAgreementRequestType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AskChap4MedicalAdvisorAgreementRequest, ConsultChap4MedicalAdvisorAgreementRequest

@Generated(value="com.sun.tools.xjc.Driver",
           date="2017-06-27T08:10:00+02:00",
           comments="JAXB RI v2.2.11")
public class AbstractChap4MedicalAdvisorAgreementRequestType
extends RequestType
implements Serializable

Java class for AbstractChap4MedicalAdvisorAgreementRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractChap4MedicalAdvisorAgreementRequestType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v1}RequestType">
       <sequence>
         <element name="CommonInput" type="{urn:be:fgov:ehealth:chap4:core:v1}CommonInputType"/>
         <element name="RecordCommonInput" type="{urn:be:fgov:ehealth:chap4:core:v1}RecordCommonInputType"/>
         <element name="CareReceiver" type="{urn:be:fgov:ehealth:chap4:core:v1}CareReceiverIdType"/>
         <element name="Request" type="{urn:be:fgov:ehealth:chap4:core:v1}SecuredContentType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AbstractChap4MedicalAdvisorAgreementRequestType()
           
 
Method Summary
 CareReceiverIdType getCareReceiver()
          Gets the value of the careReceiver property.
 CommonInputType getCommonInput()
          Gets the value of the commonInput property.
 RecordCommonInputType getRecordCommonInput()
          Gets the value of the recordCommonInput property.
 SecuredContentType getRequest()
          Gets the value of the request property.
 void setCareReceiver(CareReceiverIdType value)
          Sets the value of the careReceiver 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(SecuredContentType 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

AbstractChap4MedicalAdvisorAgreementRequestType

public AbstractChap4MedicalAdvisorAgreementRequestType()
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

getCareReceiver

public CareReceiverIdType getCareReceiver()
Gets the value of the careReceiver property.

Returns:
possible object is CareReceiverIdType

setCareReceiver

public void setCareReceiver(CareReceiverIdType value)
Sets the value of the careReceiver property.

Parameters:
value - allowed object is CareReceiverIdType

getRequest

public SecuredContentType getRequest()
Gets the value of the request property.

Returns:
possible object is SecuredContentType

setRequest

public void setRequest(SecuredContentType value)
Sets the value of the request property.

Parameters:
value - allowed object is SecuredContentType



Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.