@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:22:27+02:00", comments="JAXB RI v2.3.7") 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/v1}RequestType"/>
<element name="hcparty" type="{http://www.ehealth.fgov.be/hubservices/core/v1}HCPartyAdaptedType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PutHCPartyRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic HCPartyAdaptedType getHcparty()
HCPartyAdaptedTypepublic void setHcparty(HCPartyAdaptedType value)
value - allowed object is
HCPartyAdaptedType
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.