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

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

public class RegistryError
extends java.lang.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="{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

value

protected java.lang.String value

codeContext

protected java.lang.String codeContext

errorCode

protected java.lang.String errorCode

severity

protected java.lang.String severity

location

protected java.lang.String location
Constructor Detail

RegistryError

public RegistryError()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getCodeContext

public java.lang.String getCodeContext()
Gets the value of the codeContext property.

Returns:
possible object is String

setCodeContext

public void setCodeContext(java.lang.String value)
Sets the value of the codeContext property.

Parameters:
value - allowed object is String

getErrorCode

public java.lang.String getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is String

setErrorCode

public void setErrorCode(java.lang.String value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is String

getSeverity

public java.lang.String getSeverity()
Gets the value of the severity property.

Returns:
possible object is String

setSeverity

public void setSeverity(java.lang.String value)
Sets the value of the severity property.

Parameters:
value - allowed object is String

getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String