Class CqlToElmError
java.lang.Object
org.opencds.cqf.cql.engine.elm.execution.Executable
org.cqframework.cql.elm.execution.CqlToElmBase
org.cqframework.cql.elm.execution.Locator
org.cqframework.cql.elm.execution.CqlToElmError
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class CqlToElmError
extends Locator
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Represents CQL to ELM conversion errors
Java class for CqlToElmError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CqlToElmError">
<complexContent>
<extension base="{urn:hl7-org:cql-annotations:r1}Locator">
<attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="errorType" use="required" type="{urn:hl7-org:cql-annotations:r1}ErrorType" />
<attribute name="errorSeverity" type="{urn:hl7-org:cql-annotations:r1}ErrorSeverity" />
<attribute name="targetIncludeLibrarySystem" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetIncludeLibraryId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetIncludeLibraryVersionId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ErrorSeverityprotected ErrorTypeprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.cqframework.cql.elm.execution.Locator
endChar, endLine, libraryId, librarySystem, libraryVersion, startChar, startLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the errorSeverity property.Gets the value of the errorType property.Gets the value of the message property.Gets the value of the targetIncludeLibraryId property.Gets the value of the targetIncludeLibrarySystem property.Gets the value of the targetIncludeLibraryVersionId property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetErrorSeverity(ErrorSeverity value) Sets the value of the errorSeverity property.voidsetErrorType(ErrorType value) Sets the value of the errorType property.voidsetMessage(String value) Sets the value of the message property.voidsetTargetIncludeLibraryId(String value) Sets the value of the targetIncludeLibraryId property.voidSets the value of the targetIncludeLibrarySystem property.voidSets the value of the targetIncludeLibraryVersionId property.toString()withEndChar(Integer value) withEndLine(Integer value) withErrorSeverity(ErrorSeverity value) withErrorType(ErrorType value) withLibraryId(String value) withLibrarySystem(String value) withLibraryVersion(String value) withMessage(String value) withStartChar(Integer value) withStartLine(Integer value) withTargetIncludeLibraryId(String value) Methods inherited from class org.cqframework.cql.elm.execution.Locator
getEndChar, getEndLine, getLibraryId, getLibrarySystem, getLibraryVersion, getStartChar, getStartLine, setEndChar, setEndLine, setLibraryId, setLibrarySystem, setLibraryVersion, setStartChar, setStartLineMethods inherited from class org.opencds.cqf.cql.engine.elm.execution.Executable
evaluate, internalEvaluate
-
Field Details
-
message
-
errorType
-
errorSeverity
-
targetIncludeLibrarySystem
-
targetIncludeLibraryId
-
targetIncludeLibraryVersionId
-
-
Constructor Details
-
CqlToElmError
public CqlToElmError()
-
-
Method Details
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getErrorType
Gets the value of the errorType property.- Returns:
- possible object is
ErrorType
-
setErrorType
Sets the value of the errorType property.- Parameters:
value- allowed object isErrorType
-
getErrorSeverity
Gets the value of the errorSeverity property.- Returns:
- possible object is
ErrorSeverity
-
setErrorSeverity
Sets the value of the errorSeverity property.- Parameters:
value- allowed object isErrorSeverity
-
getTargetIncludeLibrarySystem
Gets the value of the targetIncludeLibrarySystem property.- Returns:
- possible object is
String
-
setTargetIncludeLibrarySystem
Sets the value of the targetIncludeLibrarySystem property.- Parameters:
value- allowed object isString
-
getTargetIncludeLibraryId
Gets the value of the targetIncludeLibraryId property.- Returns:
- possible object is
String
-
setTargetIncludeLibraryId
Sets the value of the targetIncludeLibraryId property.- Parameters:
value- allowed object isString
-
getTargetIncludeLibraryVersionId
Gets the value of the targetIncludeLibraryVersionId property.- Returns:
- possible object is
String
-
setTargetIncludeLibraryVersionId
Sets the value of the targetIncludeLibraryVersionId property.- Parameters:
value- allowed object isString
-
withMessage
-
withErrorType
-
withErrorSeverity
-
withTargetIncludeLibrarySystem
-
withTargetIncludeLibraryId
-
withTargetIncludeLibraryVersionId
-
withLibrarySystem
- Overrides:
withLibrarySystemin classLocator
-
withLibraryId
- Overrides:
withLibraryIdin classLocator
-
withLibraryVersion
- Overrides:
withLibraryVersionin classLocator
-
withStartLine
- Overrides:
withStartLinein classLocator
-
withStartChar
- Overrides:
withStartCharin classLocator
-
withEndLine
- Overrides:
withEndLinein classLocator
-
withEndChar
- Overrides:
withEndCharin classLocator
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classLocator
-