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