Class Locator

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    CqlToElmError

    public class Locator
    extends CqlToElmBase
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for Locator complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Locator">
       <complexContent>
         <extension base="{urn:hl7-org:cql-annotations:r1}CqlToElmBase">
           <attribute name="librarySystem" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="libraryId" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="libraryVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="startLine" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="startChar" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="endLine" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="endChar" type="{http://www.w3.org/2001/XMLSchema}int" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer endChar  
      protected java.lang.Integer endLine  
      protected java.lang.String libraryId  
      protected java.lang.String librarySystem  
      protected java.lang.String libraryVersion  
      protected java.lang.Integer startChar  
      protected java.lang.Integer startLine  
    • Constructor Summary

      Constructors 
      Constructor Description
      Locator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)  
      java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)  
      boolean equals​(java.lang.Object object)  
      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)  
      java.lang.Integer getEndChar()
      Gets the value of the endChar property.
      java.lang.Integer getEndLine()
      Gets the value of the endLine property.
      java.lang.String getLibraryId()
      Gets the value of the libraryId property.
      java.lang.String getLibrarySystem()
      Gets the value of the librarySystem property.
      java.lang.String getLibraryVersion()
      Gets the value of the libraryVersion property.
      java.lang.Integer getStartChar()
      Gets the value of the startChar property.
      java.lang.Integer getStartLine()
      Gets the value of the startLine property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setEndChar​(java.lang.Integer value)
      Sets the value of the endChar property.
      void setEndLine​(java.lang.Integer value)
      Sets the value of the endLine property.
      void setLibraryId​(java.lang.String value)
      Sets the value of the libraryId property.
      void setLibrarySystem​(java.lang.String value)
      Sets the value of the librarySystem property.
      void setLibraryVersion​(java.lang.String value)
      Sets the value of the libraryVersion property.
      void setStartChar​(java.lang.Integer value)
      Sets the value of the startChar property.
      void setStartLine​(java.lang.Integer value)
      Sets the value of the startLine property.
      java.lang.String toString()  
      Locator withEndChar​(java.lang.Integer value)  
      Locator withEndLine​(java.lang.Integer value)  
      Locator withLibraryId​(java.lang.String value)  
      Locator withLibrarySystem​(java.lang.String value)  
      Locator withLibraryVersion​(java.lang.String value)  
      Locator withStartChar​(java.lang.Integer value)  
      Locator withStartLine​(java.lang.Integer value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • librarySystem

        protected java.lang.String librarySystem
      • libraryId

        protected java.lang.String libraryId
      • libraryVersion

        protected java.lang.String libraryVersion
      • startLine

        protected java.lang.Integer startLine
      • startChar

        protected java.lang.Integer startChar
      • endLine

        protected java.lang.Integer endLine
      • endChar

        protected java.lang.Integer endChar
    • Constructor Detail

      • Locator

        public Locator()
    • Method Detail

      • getLibrarySystem

        public java.lang.String getLibrarySystem()
        Gets the value of the librarySystem property.
        Returns:
        possible object is String
      • setLibrarySystem

        public void setLibrarySystem​(java.lang.String value)
        Sets the value of the librarySystem property.
        Parameters:
        value - allowed object is String
      • getLibraryId

        public java.lang.String getLibraryId()
        Gets the value of the libraryId property.
        Returns:
        possible object is String
      • setLibraryId

        public void setLibraryId​(java.lang.String value)
        Sets the value of the libraryId property.
        Parameters:
        value - allowed object is String
      • getLibraryVersion

        public java.lang.String getLibraryVersion()
        Gets the value of the libraryVersion property.
        Returns:
        possible object is String
      • setLibraryVersion

        public void setLibraryVersion​(java.lang.String value)
        Sets the value of the libraryVersion property.
        Parameters:
        value - allowed object is String
      • getStartLine

        public java.lang.Integer getStartLine()
        Gets the value of the startLine property.
        Returns:
        possible object is Integer
      • setStartLine

        public void setStartLine​(java.lang.Integer value)
        Sets the value of the startLine property.
        Parameters:
        value - allowed object is Integer
      • getStartChar

        public java.lang.Integer getStartChar()
        Gets the value of the startChar property.
        Returns:
        possible object is Integer
      • setStartChar

        public void setStartChar​(java.lang.Integer value)
        Sets the value of the startChar property.
        Parameters:
        value - allowed object is Integer
      • getEndLine

        public java.lang.Integer getEndLine()
        Gets the value of the endLine property.
        Returns:
        possible object is Integer
      • setEndLine

        public void setEndLine​(java.lang.Integer value)
        Sets the value of the endLine property.
        Parameters:
        value - allowed object is Integer
      • getEndChar

        public java.lang.Integer getEndChar()
        Gets the value of the endChar property.
        Returns:
        possible object is Integer
      • setEndChar

        public void setEndChar​(java.lang.Integer value)
        Sets the value of the endChar property.
        Parameters:
        value - allowed object is Integer
      • withLibrarySystem

        public Locator withLibrarySystem​(java.lang.String value)
      • withLibraryId

        public Locator withLibraryId​(java.lang.String value)
      • withLibraryVersion

        public Locator withLibraryVersion​(java.lang.String value)
      • withStartLine

        public Locator withStartLine​(java.lang.Integer value)
      • withStartChar

        public Locator withStartChar​(java.lang.Integer value)
      • withEndLine

        public Locator withEndLine​(java.lang.Integer value)
      • withEndChar

        public Locator withEndChar​(java.lang.Integer 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 CqlToElmBase
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class CqlToElmBase
      • 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 CqlToElmBase
      • 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 CqlToElmBase
      • 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 CqlToElmBase