be.fgov.ehealth.hubservices.core.v2
Class RevokePatientConsentRequest

java.lang.Object
  extended by be.fgov.ehealth.hubservices.core.v2.RevokePatientConsentRequest
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:28:23+02:00",
           comments="JAXB RI v2.2.6")
public class RevokePatientConsentRequest
extends Object
implements Serializable

Java class for RevokePatientConsentRequestType complex type.

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

 <complexType name="RevokePatientConsentRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="request" type="{http://www.ehealth.fgov.be/hubservices/core/v2}RequestType"/>
         <element name="consent" type="{http://www.ehealth.fgov.be/hubservices/core/v2}ConsentType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RevokePatientConsentRequest()
           
 
Method Summary
 ConsentType getConsent()
          Gets the value of the consent property.
 RequestType getRequest()
          Gets the value of the request property.
 void setConsent(ConsentType value)
          Sets the value of the consent property.
 void setRequest(RequestType 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

RevokePatientConsentRequest

public RevokePatientConsentRequest()
Method Detail

getRequest

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

Returns:
possible object is RequestType

setRequest

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

Parameters:
value - allowed object is RequestType

getConsent

public ConsentType getConsent()
Gets the value of the consent property.

Returns:
possible object is ConsentType

setConsent

public void setConsent(ConsentType value)
Sets the value of the consent property.

Parameters:
value - allowed object is ConsentType



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