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 Detail

      • message

        protected java.lang.String message
      • targetIncludeLibrarySystem

        protected java.lang.String targetIncludeLibrarySystem
      • targetIncludeLibraryId

        protected java.lang.String targetIncludeLibraryId
      • targetIncludeLibraryVersionId

        protected java.lang.String targetIncludeLibraryVersionId
    • Constructor Detail

      • CqlToElmError

        public CqlToElmError()
    • Method Detail

      • getMessage

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

        public void setMessage​(java.lang.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 java.lang.String getTargetIncludeLibrarySystem()
        Gets the value of the targetIncludeLibrarySystem property.
        Returns:
        possible object is String
      • setTargetIncludeLibrarySystem

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

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

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

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

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

        public CqlToElmError withMessage​(java.lang.String value)
      • withTargetIncludeLibrarySystem

        public CqlToElmError withTargetIncludeLibrarySystem​(java.lang.String value)
      • withTargetIncludeLibraryId

        public CqlToElmError withTargetIncludeLibraryId​(java.lang.String value)
      • withTargetIncludeLibraryVersionId

        public CqlToElmError withTargetIncludeLibraryVersionId​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.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​(java.lang.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
      • toString

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

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.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 java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.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