public class RetrieveSearchForProviderOrganisationResult 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/OrganisationDetails/5.1.0}batchSearchForProviderOrganisationResult" 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<BatchSearchForProviderOrganisationResultType> |
batchSearchForProviderOrganisationResult |
protected ServiceMessagesType |
serviceMessages |
| Constructor and Description |
|---|
RetrieveSearchForProviderOrganisationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchIdentifier()
Gets the value of the batchIdentifier property.
|
List<BatchSearchForProviderOrganisationResultType> |
getBatchSearchForProviderOrganisationResult()
Gets the value of the batchSearchForProviderOrganisationResult 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<BatchSearchForProviderOrganisationResultType> batchSearchForProviderOrganisationResult
protected ServiceMessagesType serviceMessages
public RetrieveSearchForProviderOrganisationResult()
public String getBatchIdentifier()
Stringpublic void setBatchIdentifier(String value)
value - allowed object is
Stringpublic List<BatchSearchForProviderOrganisationResultType> getBatchSearchForProviderOrganisationResult()
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 batchSearchForProviderOrganisationResult property.
For example, to add a new item, do as follows:
getBatchSearchForProviderOrganisationResult().add(newItem);
Objects of the following type(s) are allowed in the list
BatchSearchForProviderOrganisationResultType
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.