@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:28:03+02:00", comments="JAXB RI v2.2.11") public class GetTherapeuticLinkRequest extends Object implements Serializable
Java class for GetTherapeuticLinkRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetTherapeuticLinkRequestType">
<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="select" type="{http://www.ehealth.fgov.be/hubservices/core/v2}GetTherapeuticLinkSelectType"/>
<element name="proof" type="{http://www.ehealth.fgov.be/hubservices/core/v2}ProofType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetTherapeuticLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<ProofType> |
getProoves()
Gets the value of the prooves property.
|
RequestType |
getRequest()
Gets the value of the request property.
|
GetTherapeuticLinkSelectType |
getSelect()
Gets the value of the select property.
|
void |
setRequest(RequestType value)
Sets the value of the request property.
|
void |
setSelect(GetTherapeuticLinkSelectType value)
Sets the value of the select property.
|
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic GetTherapeuticLinkSelectType getSelect()
GetTherapeuticLinkSelectTypepublic void setSelect(GetTherapeuticLinkSelectType value)
value - allowed object is
GetTherapeuticLinkSelectTypepublic List<ProofType> getProoves()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the prooves property.
For example, to add a new item, do as follows:
getProoves().add(newItem);
Objects of the following type(s) are allowed in the list
ProofType
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.