public class SearchIHIRequestType extends Object
Java class for SearchIHIRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchIHIRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumermessages/SearchIHI/3.0}searchIHI"/>
<element name="requestIdentifier" type="{http://ns.electronichealth.net.au/hi/xsd/consumermessages/SearchIHIBatch/3.0}UniqueIdentifierType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestIdentifier |
protected SearchIHI |
searchIHI |
| Constructor and Description |
|---|
SearchIHIRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestIdentifier()
Gets the value of the requestIdentifier property.
|
SearchIHI |
getSearchIHI()
Gets the value of the searchIHI property.
|
void |
setRequestIdentifier(String value)
Sets the value of the requestIdentifier property.
|
void |
setSearchIHI(SearchIHI value)
Sets the value of the searchIHI property.
|
protected SearchIHI searchIHI
protected String requestIdentifier
public SearchIHI getSearchIHI()
SearchIHIpublic void setSearchIHI(SearchIHI value)
value - allowed object is
SearchIHIpublic String getRequestIdentifier()
StringCopyright © 2021. All rights reserved.