public class BatchSearchForProviderOrganisationResultType extends Object
Java class for BatchSearchForProviderOrganisationResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchSearchForProviderOrganisationResultType">
<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}requestIdentifier"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/5.0.0}searchForProviderOrganisationResult"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestIdentifier |
protected SearchForProviderOrganisationResult |
searchForProviderOrganisationResult |
| Constructor and Description |
|---|
BatchSearchForProviderOrganisationResultType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestIdentifier()
Gets the value of the requestIdentifier property.
|
SearchForProviderOrganisationResult |
getSearchForProviderOrganisationResult()
Gets the value of the searchForProviderOrganisationResult property.
|
void |
setRequestIdentifier(String value)
Sets the value of the requestIdentifier property.
|
void |
setSearchForProviderOrganisationResult(SearchForProviderOrganisationResult value)
Sets the value of the searchForProviderOrganisationResult property.
|
protected String requestIdentifier
protected SearchForProviderOrganisationResult searchForProviderOrganisationResult
public BatchSearchForProviderOrganisationResultType()
public String getRequestIdentifier()
Stringpublic void setRequestIdentifier(String value)
value - allowed object is
Stringpublic SearchForProviderOrganisationResult getSearchForProviderOrganisationResult()
SearchForProviderOrganisationResultpublic void setSearchForProviderOrganisationResult(SearchForProviderOrganisationResult value)
value - allowed object is
SearchForProviderOrganisationResultCopyright © 2021. All rights reserved.