@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:28+02:00", comments="JAXB RI v2.3.7") public class FindAmpResponse extends StatusResponseType implements Serializable
Java class for FindAmpResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindAmpResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="Amp" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultAmpType" maxOccurs="unbounded"/> </sequence> <attribute name="SearchDate" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> </extension> </complexContent> </complexType>
Constructor and Description |
---|
FindAmpResponse() |
Modifier and Type | Method and Description |
---|---|
List<ConsultAmpType> |
getAmps()
Gets the value of the amps property.
|
org.joda.time.DateTime |
getSearchDate()
Gets the value of the searchDate property.
|
void |
setSearchDate(org.joda.time.DateTime value)
Sets the value of the searchDate property.
|
getStatus, setStatus
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant
public List<ConsultAmpType> getAmps()
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 amps property.
For example, to add a new item, do as follows:
getAmps().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultAmpType
public org.joda.time.DateTime getSearchDate()
String
public void setSearchDate(org.joda.time.DateTime value)
value
- allowed object is
String
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.