Class RegistryError
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the codeContext property.Gets the value of the errorCode property.Gets the value of the location property.Gets the value of the severity property.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
Sets the value of the value property.
-
Field Details
-
value
-
codeContext
-
errorCode
-
severity
-
location
-
-
Constructor Details
-
RegistryError
public RegistryError()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getCodeContext
Gets the value of the codeContext property.- Returns:
- possible object is
String
-
setCodeContext
Sets the value of the codeContext property.- Parameters:
value
- allowed object isString
-
getErrorCode
Gets the value of the errorCode property.- Returns:
- possible object is
String
-
setErrorCode
Sets the value of the errorCode property.- Parameters:
value
- allowed object isString
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
Sets the value of the severity property.- Parameters:
value
- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value
- allowed object isString
-