|
||||||||||
| 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.RegistryError
public class RegistryError
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>
| Field Summary | |
|---|---|
protected String |
codeContext
|
protected String |
errorCode
|
protected String |
location
|
protected String |
severity
|
protected String |
value
|
| Constructor Summary | |
|---|---|
RegistryError()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String codeContext
protected String errorCode
protected String severity
protected String location
| Constructor Detail |
|---|
public RegistryError()
| Method Detail |
|---|
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()
Stringpublic void setLocation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||