@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:22:44+02:00", comments="JAXB RI v2.3.7") public class GetTherapeuticLinkResponse extends Object implements Serializable
Java class for GetTherapeuticLinkResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetTherapeuticLinkResponseType">
<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="therapeuticlinklist" type="{http://www.ehealth.fgov.be/hubservices/core/v2}TherapeuticLinkListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetTherapeuticLinkResponse() |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeType |
getAcknowledge()
Gets the value of the acknowledge property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
TherapeuticLinkListType |
getTherapeuticlinklist()
Gets the value of the therapeuticlinklist property.
|
void |
setAcknowledge(AcknowledgeType value)
Sets the value of the acknowledge property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
void |
setTherapeuticlinklist(TherapeuticLinkListType value)
Sets the value of the therapeuticlinklist property.
|
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic AcknowledgeType getAcknowledge()
AcknowledgeTypepublic void setAcknowledge(AcknowledgeType value)
value - allowed object is
AcknowledgeTypepublic TherapeuticLinkListType getTherapeuticlinklist()
TherapeuticLinkListTypepublic void setTherapeuticlinklist(TherapeuticLinkListType value)
value - allowed object is
TherapeuticLinkListType
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.