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

java.lang.Object
  extended by be.fgov.ehealth.hubservices.core.v2.PutHCPartyRequest
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 PutHCPartyRequest
extends Object
implements Serializable

Java class for PutHCPartyRequestType complex type.

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

 <complexType name="PutHCPartyRequestType">
   <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="hcparty" type="{http://www.ehealth.fgov.be/hubservices/core/v2}HCPartyAdaptedType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
PutHCPartyRequest()
           
 
Method Summary
 HCPartyAdaptedType getHcparty()
          Gets the value of the hcparty property.
 RequestType getRequest()
          Gets the value of the request property.
 void setHcparty(HCPartyAdaptedType value)
          Sets the value of the hcparty 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

PutHCPartyRequest

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

getHcparty

public HCPartyAdaptedType getHcparty()
Gets the value of the hcparty property.

Returns:
possible object is HCPartyAdaptedType

setHcparty

public void setHcparty(HCPartyAdaptedType value)
Sets the value of the hcparty property.

Parameters:
value - allowed object is HCPartyAdaptedType



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.