public class BatchSearchForProviderOrganisationCriteriaType extends Object
Java class for BatchSearchForProviderOrganisationCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchSearchForProviderOrganisationCriteriaType">
<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}searchForProviderOrganisation"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestIdentifier |
protected SearchForProviderOrganisation |
searchForProviderOrganisation |
| Constructor and Description |
|---|
BatchSearchForProviderOrganisationCriteriaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestIdentifier()
Gets the value of the requestIdentifier property.
|
SearchForProviderOrganisation |
getSearchForProviderOrganisation()
Gets the value of the searchForProviderOrganisation property.
|
void |
setRequestIdentifier(String value)
Sets the value of the requestIdentifier property.
|
void |
setSearchForProviderOrganisation(SearchForProviderOrganisation value)
Sets the value of the searchForProviderOrganisation property.
|
protected String requestIdentifier
protected SearchForProviderOrganisation searchForProviderOrganisation
public BatchSearchForProviderOrganisationCriteriaType()
public String getRequestIdentifier()
Stringpublic void setRequestIdentifier(String value)
value - allowed object is
Stringpublic SearchForProviderOrganisation getSearchForProviderOrganisation()
SearchForProviderOrganisationpublic void setSearchForProviderOrganisation(SearchForProviderOrganisation value)
value - allowed object is
SearchForProviderOrganisationCopyright © 2021. All rights reserved.