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 Modifier and Type Field Description protected java.lang.StringtranslatorOptionsprotected java.lang.StringtranslatorVersion
-
Constructor Summary
Constructors Constructor Description CqlToElmInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(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.StringgetTranslatorOptions()Gets the value of the translatorOptions property.java.lang.StringgetTranslatorVersion()Gets the value of the translatorVersion property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetTranslatorOptions(java.lang.String value)Sets the value of the translatorOptions property.voidsetTranslatorVersion(java.lang.String value)Sets the value of the translatorVersion property.java.lang.StringtoString()CqlToElmInfowithTranslatorOptions(java.lang.String value)CqlToElmInfowithTranslatorVersion(java.lang.String value)-
Methods inherited from class org.opencds.cqf.cql.engine.elm.execution.Executable
evaluate, internalEvaluate
-
-
-
-
Method Detail
-
getTranslatorVersion
public java.lang.String getTranslatorVersion()
Gets the value of the translatorVersion property.- Returns:
- possible object is
String
-
setTranslatorVersion
public void setTranslatorVersion(java.lang.String value)
Sets the value of the translatorVersion property.- Parameters:
value- allowed object isString
-
getTranslatorOptions
public java.lang.String getTranslatorOptions()
Gets the value of the translatorOptions property.- Returns:
- possible object is
String
-
setTranslatorOptions
public void setTranslatorOptions(java.lang.String value)
Sets the value of the translatorOptions property.- Parameters:
value- allowed object isString
-
withTranslatorVersion
public CqlToElmInfo withTranslatorVersion(java.lang.String value)
-
withTranslatorOptions
public CqlToElmInfo withTranslatorOptions(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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classCqlToElmBase
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classCqlToElmBase
-
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:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classCqlToElmBase
-
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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classCqlToElmBase
-
-