|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryErrorList
public class RegistryErrorList
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 |
---|
protected java.util.List<RegistryError> registryErrors
protected java.lang.String highestSeverity
Constructor Detail |
---|
public RegistryErrorList()
Method Detail |
---|
public java.util.List<RegistryError> getRegistryErrors()
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
public java.lang.String getHighestSeverity()
String
public void setHighestSeverity(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |