public class SearchIHIResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SearchIHIResult |
searchIHIResult |
| Constructor and Description |
|---|
SearchIHIResponse() |
| Modifier and Type | Method and Description |
|---|---|
SearchIHIResult |
getSearchIHIResult()
Gets the value of the searchIHIResult property.
|
void |
setSearchIHIResult(SearchIHIResult value)
Sets the value of the searchIHIResult property.
|
protected SearchIHIResult searchIHIResult
public SearchIHIResult getSearchIHIResult()
SearchIHIResultpublic void setSearchIHIResult(SearchIHIResult value)
value - allowed object is
SearchIHIResultCopyright © 2021. All rights reserved.