public class ServiceMessagesType extends Object
Java class for ServiceMessagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMessagesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="highestSeverity" type="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreDatatypes/3.0}SeverityType"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}serviceMessage" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SeverityType |
highestSeverity |
protected List<ServiceMessageType> |
serviceMessage |
| Constructor and Description |
|---|
ServiceMessagesType() |
| Modifier and Type | Method and Description |
|---|---|
SeverityType |
getHighestSeverity()
Gets the value of the highestSeverity property.
|
List<ServiceMessageType> |
getServiceMessage()
Gets the value of the serviceMessage property.
|
void |
setHighestSeverity(SeverityType value)
Sets the value of the highestSeverity property.
|
protected SeverityType highestSeverity
protected List<ServiceMessageType> serviceMessage
public SeverityType getHighestSeverity()
SeverityTypepublic void setHighestSeverity(SeverityType value)
value - allowed object is
SeverityTypepublic List<ServiceMessageType> getServiceMessage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceMessage property.
For example, to add a new item, do as follows:
getServiceMessage().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceMessageType
Copyright © 2021. All rights reserved.