public class RegistryError extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="codeContext" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="errorCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="severity" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" default="urn:oasis:names:tc:ebxml-regrep:ErrorSeverityType:Error" />
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
RegistryError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeContext()
Gets the value of the codeContext property.
|
String |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getSeverity()
Gets the value of the severity property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCodeContext(String value)
Sets the value of the codeContext property.
|
void |
setErrorCode(String value)
Sets the value of the errorCode property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getCodeContext()
Stringpublic void setCodeContext(String value)
value - allowed object is
Stringpublic String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic String getLocation()
StringCopyright © 2010–2025. All rights reserved.