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 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>
 


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

value

protected String value

codeContext

protected String codeContext

errorCode

protected String errorCode

severity

protected String severity

location

protected String location
Constructor Detail

RegistryError

public RegistryError()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getCodeContext

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

Returns:
possible object is String

setCodeContext

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

Parameters:
value - allowed object is String

getErrorCode

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

Returns:
possible object is String

setErrorCode

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

Parameters:
value - allowed object is String

getSeverity

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

Returns:
possible object is String

setSeverity

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

Parameters:
value - allowed object is String

getLocation

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

Returns:
possible object is String

setLocation

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

Parameters:
value - allowed object is String


Copyright © 2010-2011. All Rights Reserved.