public class ServiceMessageType extends Object
Java class for ServiceMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMessageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="severity" type="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreDatatypes/3.0}SeverityType"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="details" type="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}detail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected Detail |
details |
protected String |
reason |
protected SeverityType |
severity |
| Constructor and Description |
|---|
ServiceMessageType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
Detail |
getDetails()
Gets the value of the details property.
|
String |
getReason()
Gets the value of the reason property.
|
SeverityType |
getSeverity()
Gets the value of the severity property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDetails(Detail value)
Sets the value of the details property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setSeverity(SeverityType value)
Sets the value of the severity property.
|
protected String code
protected SeverityType severity
protected String reason
protected Detail details
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic SeverityType getSeverity()
SeverityTypepublic void setSeverity(SeverityType value)
value - allowed object is
SeverityTypepublic String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic Detail getDetails()
DetailCopyright © 2021. All rights reserved.