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