public class RegistryErrorListType
extends java.lang.Object
Java class for RegistryErrorListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryErrorListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RegistryError" type="{urn:dicom:wado:ws:2011}RegistryErrorType" maxOccurs="unbounded"/>
</sequence>
<attribute name="highestSeverity" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegistryErrorListType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHighestSeverity()
Gets the value of the highestSeverity property.
|
java.util.List<RegistryErrorType> |
getRegistryError()
Gets the value of the registryError property.
|
void |
setHighestSeverity(java.lang.String value)
Sets the value of the highestSeverity property.
|
public java.util.List<RegistryErrorType> getRegistryError()
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 registryError property.
For example, to add a new item, do as follows:
getRegistryError().add(newItem);
Objects of the following type(s) are allowed in the list
RegistryErrorType
public java.lang.String getHighestSeverity()
Stringpublic void setHighestSeverity(java.lang.String value)
value - allowed object is
String