public class SubmitSearchIHIBatch 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="searchIHIBatchRequest" type="{http://ns.electronichealth.net.au/hi/xsd/consumermessages/SearchIHIBatch/3.0}SearchIHIRequestType" maxOccurs="2000"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SearchIHIRequestType> |
searchIHIBatchRequest |
| Constructor and Description |
|---|
SubmitSearchIHIBatch() |
| Modifier and Type | Method and Description |
|---|---|
List<SearchIHIRequestType> |
getSearchIHIBatchRequest()
Gets the value of the searchIHIBatchRequest property.
|
protected List<SearchIHIRequestType> searchIHIBatchRequest
public List<SearchIHIRequestType> getSearchIHIBatchRequest()
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 searchIHIBatchRequest property.
For example, to add a new item, do as follows:
getSearchIHIBatchRequest().add(newItem);
Objects of the following type(s) are allowed in the list
SearchIHIRequestType
Copyright © 2021. All rights reserved.