Class CqlToElmInfo
java.lang.Object
org.opencds.cqf.cql.engine.elm.execution.Executable
org.cqframework.cql.elm.execution.CqlToElmBase
org.cqframework.cql.elm.execution.CqlToElmInfo
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class CqlToElmInfo
extends CqlToElmBase
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for CqlToElmInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CqlToElmInfo">
<complexContent>
<extension base="{urn:hl7-org:cql-annotations:r1}CqlToElmBase">
<attribute name="translatorVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="translatorOptions" type="{http://www.w3.org/2001/XMLSchema}string" />
</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 translatorOptions property.Gets the value of the translatorVersion property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetTranslatorOptions(String value) Sets the value of the translatorOptions property.voidsetTranslatorVersion(String value) Sets the value of the translatorVersion property.toString()withTranslatorOptions(String value) withTranslatorVersion(String value) Methods inherited from class org.opencds.cqf.cql.engine.elm.execution.Executable
evaluate, internalEvaluate
-
Field Details
-
translatorVersion
-
translatorOptions
-
-
Constructor Details
-
CqlToElmInfo
public CqlToElmInfo()
-
-
Method Details
-
getTranslatorVersion
Gets the value of the translatorVersion property.- Returns:
- possible object is
String
-
setTranslatorVersion
Sets the value of the translatorVersion property.- Parameters:
value- allowed object isString
-
getTranslatorOptions
Gets the value of the translatorOptions property.- Returns:
- possible object is
String
-
setTranslatorOptions
Sets the value of the translatorOptions property.- Parameters:
value- allowed object isString
-
withTranslatorVersion
-
withTranslatorOptions
-
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
-