oasis.names.tc.ebxml_regrep.xsd.rs._3
Class RegistryErrorList

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryErrorList

public class RegistryErrorList
extends java.lang.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="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryError" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="highestSeverity" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String highestSeverity
           
protected  java.util.List<RegistryError> registryErrors
           
 
Constructor Summary
RegistryErrorList()
           
 
Method Summary
 java.lang.String getHighestSeverity()
          Gets the value of the highestSeverity property.
 java.util.List<RegistryError> getRegistryErrors()
          Gets the value of the registryErrors property.
 void setHighestSeverity(java.lang.String value)
          Sets the value of the highestSeverity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryErrors

protected java.util.List<RegistryError> registryErrors

highestSeverity

protected java.lang.String highestSeverity
Constructor Detail

RegistryErrorList

public RegistryErrorList()
Method Detail

getRegistryErrors

public java.util.List<RegistryError> getRegistryErrors()
Gets the value of the registryErrors property.

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 registryErrors property.

For example, to add a new item, do as follows:

    getRegistryErrors().add(newItem);
 

Objects of the following type(s) are allowed in the list RegistryError


getHighestSeverity

public java.lang.String getHighestSeverity()
Gets the value of the highestSeverity property.

Returns:
possible object is String

setHighestSeverity

public void setHighestSeverity(java.lang.String value)
Sets the value of the highestSeverity property.

Parameters:
value - allowed object is String