java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.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 Details

    • value

      protected String value
    • codeContext

      protected String codeContext
    • errorCode

      protected String errorCode
    • severity

      protected String severity
    • location

      protected String location
  • Constructor Details

    • RegistryError

      public RegistryError()
  • Method Details

    • 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