|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.hubservices.core.v2.GetHCPartyResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:28:23+02:00", comments="JAXB RI v2.2.6") public class GetHCPartyResponse
Java class for GetHCPartyResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetHCPartyResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="response" type="{http://www.ehealth.fgov.be/hubservices/core/v2}ResponseType"/> <element name="acknowledge" type="{http://www.ehealth.fgov.be/hubservices/core/v2}AcknowledgeType"/> <element name="hcparty" type="{http://www.ehealth.fgov.be/hubservices/core/v2}HCPartyAdaptedType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetHCPartyResponse()
|
Method Summary | |
---|---|
AcknowledgeType |
getAcknowledge()
Gets the value of the acknowledge property. |
HCPartyAdaptedType |
getHcparty()
Gets the value of the hcparty property. |
ResponseType |
getResponse()
Gets the value of the response property. |
void |
setAcknowledge(AcknowledgeType value)
Sets the value of the acknowledge property. |
void |
setHcparty(HCPartyAdaptedType value)
Sets the value of the hcparty property. |
void |
setResponse(ResponseType value)
Sets the value of the response property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetHCPartyResponse()
Method Detail |
---|
public ResponseType getResponse()
ResponseType
public void setResponse(ResponseType value)
value
- allowed object is
ResponseType
public AcknowledgeType getAcknowledge()
AcknowledgeType
public void setAcknowledge(AcknowledgeType value)
value
- allowed object is
AcknowledgeType
public HCPartyAdaptedType getHcparty()
HCPartyAdaptedType
public void setHcparty(HCPartyAdaptedType value)
value
- allowed object is
HCPartyAdaptedType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |