public class RetrieveSearchForProviderIndividualResult 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 ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderCoreElements/5.1.0}batchIdentifier" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/5.1.0}batchSearchForProviderIndividualResult" maxOccurs="50" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}serviceMessages" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
batchIdentifier |
protected List<BatchSearchForProviderIndividualResultType> |
batchSearchForProviderIndividualResult |
protected ServiceMessagesType |
serviceMessages |
| Constructor and Description |
|---|
RetrieveSearchForProviderIndividualResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchIdentifier()
Gets the value of the batchIdentifier property.
|
List<BatchSearchForProviderIndividualResultType> |
getBatchSearchForProviderIndividualResult()
Gets the value of the batchSearchForProviderIndividualResult property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
void |
setBatchIdentifier(String value)
Sets the value of the batchIdentifier property.
|
void |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
protected String batchIdentifier
protected List<BatchSearchForProviderIndividualResultType> batchSearchForProviderIndividualResult
protected ServiceMessagesType serviceMessages
public RetrieveSearchForProviderIndividualResult()
public String getBatchIdentifier()
Stringpublic void setBatchIdentifier(String value)
value - allowed object is
Stringpublic List<BatchSearchForProviderIndividualResultType> getBatchSearchForProviderIndividualResult()
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 batchSearchForProviderIndividualResult property.
For example, to add a new item, do as follows:
getBatchSearchForProviderIndividualResult().add(newItem);
Objects of the following type(s) are allowed in the list
BatchSearchForProviderIndividualResultType
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.