|
|||||||||
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="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
codeContext
|
protected java.lang.String |
errorCode
|
protected java.lang.String |
location
|
protected java.lang.String |
severity
|
protected java.lang.String |
value
|
Constructor Summary | |
---|---|
RegistryError()
|
Method Summary | |
---|---|
java.lang.String |
getCodeContext()
Gets the value of the codeContext property. |
java.lang.String |
getErrorCode()
Gets the value of the errorCode property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
java.lang.String |
getSeverity()
Gets the value of the severity property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setCodeContext(java.lang.String value)
Sets the value of the codeContext property. |
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setSeverity(java.lang.String value)
Sets the value of the severity property. |
void |
setValue(java.lang.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 java.lang.String value
protected java.lang.String codeContext
protected java.lang.String errorCode
protected java.lang.String severity
protected java.lang.String location
Constructor Detail |
---|
public RegistryError()
Method Detail |
---|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCodeContext()
String
public void setCodeContext(java.lang.String value)
value
- allowed object is
String
public java.lang.String getErrorCode()
String
public void setErrorCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSeverity()
String
public void setSeverity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocation()
String
public void setLocation(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 |