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 Details

    • librarySystem

      protected String librarySystem
    • libraryId

      protected String libraryId
    • libraryVersion

      protected String libraryVersion
    • startLine

      protected Integer startLine
    • startChar

      protected Integer startChar
    • endLine

      protected Integer endLine
    • endChar

      protected Integer endChar
  • Constructor Details

    • Locator

      public Locator()
  • Method Details

    • getLibrarySystem

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Locator withLibrarySystem(String value)
    • withLibraryId

      public Locator withLibraryId(String value)
    • withLibraryVersion

      public Locator withLibraryVersion(String value)
    • withStartLine

      public Locator withStartLine(Integer value)
    • withStartChar

      public Locator withStartChar(Integer value)
    • withEndLine

      public Locator withEndLine(Integer value)
    • withEndChar

      public Locator withEndChar(Integer value)
    • 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 CqlToElmBase
    • equals

      public boolean equals(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
    • hashCode

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

      public String toString()
      Overrides:
      toString in class CqlToElmBase
    • 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 CqlToElmBase
    • 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 CqlToElmBase