public class Status extends Object
Java class for Status complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Status">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}StatusType"/>
<element name="reason" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Status/3.2.0}ReasonType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reason |
protected String |
status |
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason()
Gets the value of the reason property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getReason()
StringCopyright © 2021. All rights reserved.