|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v2.GetTherapeuticLinkResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:47:39+02:00",
comments="JAXB RI v2.3.6")
public class GetTherapeuticLinkResponse
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 Summary | |
|---|---|
GetTherapeuticLinkResponse()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetTherapeuticLinkResponse()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||