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

    • message

      protected String message
    • errorType

      protected ErrorType errorType
    • errorSeverity

      protected ErrorSeverity errorSeverity
    • targetIncludeLibrarySystem

      protected String targetIncludeLibrarySystem
    • targetIncludeLibraryId

      protected String targetIncludeLibraryId
    • targetIncludeLibraryVersionId

      protected String targetIncludeLibraryVersionId
  • Constructor Details

    • CqlToElmError

      public CqlToElmError()
  • Method Details

    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String
    • getErrorType

      public ErrorType getErrorType()
      Gets the value of the errorType property.
      Returns:
      possible object is ErrorType
    • setErrorType

      public void setErrorType(ErrorType value)
      Sets the value of the errorType property.
      Parameters:
      value - allowed object is ErrorType
    • getErrorSeverity

      public ErrorSeverity getErrorSeverity()
      Gets the value of the errorSeverity property.
      Returns:
      possible object is ErrorSeverity
    • setErrorSeverity

      public void setErrorSeverity(ErrorSeverity value)
      Sets the value of the errorSeverity property.
      Parameters:
      value - allowed object is ErrorSeverity
    • getTargetIncludeLibrarySystem

      public String getTargetIncludeLibrarySystem()
      Gets the value of the targetIncludeLibrarySystem property.
      Returns:
      possible object is String
    • setTargetIncludeLibrarySystem

      public void setTargetIncludeLibrarySystem(String value)
      Sets the value of the targetIncludeLibrarySystem property.
      Parameters:
      value - allowed object is String
    • getTargetIncludeLibraryId

      public String getTargetIncludeLibraryId()
      Gets the value of the targetIncludeLibraryId property.
      Returns:
      possible object is String
    • setTargetIncludeLibraryId

      public void setTargetIncludeLibraryId(String value)
      Sets the value of the targetIncludeLibraryId property.
      Parameters:
      value - allowed object is String
    • getTargetIncludeLibraryVersionId

      public String getTargetIncludeLibraryVersionId()
      Gets the value of the targetIncludeLibraryVersionId property.
      Returns:
      possible object is String
    • setTargetIncludeLibraryVersionId

      public void setTargetIncludeLibraryVersionId(String value)
      Sets the value of the targetIncludeLibraryVersionId property.
      Parameters:
      value - allowed object is String
    • withMessage

      public CqlToElmError withMessage(String value)
    • withErrorType

      public CqlToElmError withErrorType(ErrorType value)
    • withErrorSeverity

      public CqlToElmError withErrorSeverity(ErrorSeverity value)
    • withTargetIncludeLibrarySystem

      public CqlToElmError withTargetIncludeLibrarySystem(String value)
    • withTargetIncludeLibraryId

      public CqlToElmError withTargetIncludeLibraryId(String value)
    • withTargetIncludeLibraryVersionId

      public CqlToElmError withTargetIncludeLibraryVersionId(String value)
    • withLibrarySystem

      public CqlToElmError withLibrarySystem(String value)
      Overrides:
      withLibrarySystem in class Locator
    • withLibraryId

      public CqlToElmError withLibraryId(String value)
      Overrides:
      withLibraryId in class Locator
    • withLibraryVersion

      public CqlToElmError withLibraryVersion(String value)
      Overrides:
      withLibraryVersion in class Locator
    • withStartLine

      public CqlToElmError withStartLine(Integer value)
      Overrides:
      withStartLine in class Locator
    • withStartChar

      public CqlToElmError withStartChar(Integer value)
      Overrides:
      withStartChar in class Locator
    • withEndLine

      public CqlToElmError withEndLine(Integer value)
      Overrides:
      withEndLine in class Locator
    • withEndChar

      public CqlToElmError withEndChar(Integer value)
      Overrides:
      withEndChar in class Locator
    • 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)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class Locator
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Locator
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class Locator
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Locator
    • toString

      public String toString()
      Overrides:
      toString in class Locator
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class Locator
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class Locator