Class Locator
java.lang.Object
org.opencds.cqf.cql.engine.elm.execution.Executable
org.cqframework.cql.elm.execution.CqlToElmBase
org.cqframework.cql.elm.execution.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 -
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 endChar property.Gets the value of the endLine property.Gets the value of the libraryId property.Gets the value of the librarySystem property.Gets the value of the libraryVersion property.Gets the value of the startChar property.Gets the value of the startLine property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetEndChar(Integer value) Sets the value of the endChar property.voidsetEndLine(Integer value) Sets the value of the endLine property.voidsetLibraryId(String value) Sets the value of the libraryId property.voidsetLibrarySystem(String value) Sets the value of the librarySystem property.voidsetLibraryVersion(String value) Sets the value of the libraryVersion property.voidsetStartChar(Integer value) Sets the value of the startChar property.voidsetStartLine(Integer value) Sets the value of the startLine property.toString()withEndChar(Integer value) withEndLine(Integer value) withLibraryId(String value) withLibrarySystem(String value) withLibraryVersion(String value) withStartChar(Integer value) withStartLine(Integer value) Methods inherited from class org.opencds.cqf.cql.engine.elm.execution.Executable
evaluate, internalEvaluate
-
Field Details
-
librarySystem
-
libraryId
-
libraryVersion
-
startLine
-
startChar
-
endLine
-
endChar
-
-
Constructor Details
-
Locator
public Locator()
-
-
Method Details
-
getLibrarySystem
Gets the value of the librarySystem property.- Returns:
- possible object is
String
-
setLibrarySystem
Sets the value of the librarySystem property.- Parameters:
value- allowed object isString
-
getLibraryId
Gets the value of the libraryId property.- Returns:
- possible object is
String
-
setLibraryId
Sets the value of the libraryId property.- Parameters:
value- allowed object isString
-
getLibraryVersion
Gets the value of the libraryVersion property.- Returns:
- possible object is
String
-
setLibraryVersion
Sets the value of the libraryVersion property.- Parameters:
value- allowed object isString
-
getStartLine
Gets the value of the startLine property.- Returns:
- possible object is
Integer
-
setStartLine
Sets the value of the startLine property.- Parameters:
value- allowed object isInteger
-
getStartChar
Gets the value of the startChar property.- Returns:
- possible object is
Integer
-
setStartChar
Sets the value of the startChar property.- Parameters:
value- allowed object isInteger
-
getEndLine
Gets the value of the endLine property.- Returns:
- possible object is
Integer
-
setEndLine
Sets the value of the endLine property.- Parameters:
value- allowed object isInteger
-
getEndChar
Gets the value of the endChar property.- Returns:
- possible object is
Integer
-
setEndChar
Sets the value of the endChar property.- Parameters:
value- allowed object isInteger
-
withLibrarySystem
-
withLibraryId
-
withLibraryVersion
-
withStartLine
-
withStartChar
-
withEndLine
-
withEndChar
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classCqlToElmBase
-
equals
- Overrides:
equalsin classCqlToElmBase
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classCqlToElmBase
-
hashCode
public int hashCode()- Overrides:
hashCodein classCqlToElmBase
-
toString
- Overrides:
toStringin classCqlToElmBase
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classCqlToElmBase
-
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 classCqlToElmBase
-