public class RetrieveSearchIHIBatchResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchIHIBatchResult" type="{http://ns.electronichealth.net.au/hi/xsd/consumermessages/SearchIHIBatch/3.0}SearchIHIResultType" maxOccurs="2000"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumermessages/SearchIHIBatch/3.0}batchIdentifier"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
batchIdentifier |
protected List<SearchIHIResultType> |
searchIHIBatchResult |
| Constructor and Description |
|---|
RetrieveSearchIHIBatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchIdentifier()
Gets the value of the batchIdentifier property.
|
List<SearchIHIResultType> |
getSearchIHIBatchResult()
Gets the value of the searchIHIBatchResult property.
|
void |
setBatchIdentifier(String value)
Sets the value of the batchIdentifier property.
|
protected List<SearchIHIResultType> searchIHIBatchResult
protected String batchIdentifier
public List<SearchIHIResultType> getSearchIHIBatchResult()
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 searchIHIBatchResult property.
For example, to add a new item, do as follows:
getSearchIHIBatchResult().add(newItem);
Objects of the following type(s) are allowed in the list
SearchIHIResultType
public String getBatchIdentifier()
StringCopyright © 2021. All rights reserved.