Class Annotation
java.lang.Object
org.opencds.cqf.cql.engine.elm.execution.Executable
org.cqframework.cql.elm.execution.CqlToElmBase
org.cqframework.cql.elm.execution.Annotation
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Annotation
extends CqlToElmBase
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for Annotation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Annotation">
<complexContent>
<extension base="{urn:hl7-org:cql-annotations:r1}CqlToElmBase">
<sequence>
<element name="t" type="{urn:hl7-org:cql-annotations:r1}Tag" maxOccurs="unbounded" minOccurs="0"/>
<element name="s" type="{urn:hl7-org:cql-annotations:r1}Narrative" minOccurs="0"/>
<element name="locator" type="{urn:hl7-org:cql-annotations:r1}Locator" minOccurs="0"/>
</sequence>
</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 locator property.getS()Gets the value of the s property.getT()Gets the value of the t property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetLocator(Locator value) Sets the value of the locator property.voidSets the value of the s property.toString()withLocator(Locator value) withT(Collection<Tag> values) Methods inherited from class org.opencds.cqf.cql.engine.elm.execution.Executable
evaluate, internalEvaluate
-
Field Details
-
t
-
s
-
locator
-
-
Constructor Details
-
Annotation
public Annotation()
-
-
Method Details
-
getT
Gets the value of the t property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the t property.For example, to add a new item, do as follows:
getT().add(newItem);Objects of the following type(s) are allowed in the list
Tag -
getS
Gets the value of the s property.- Returns:
- possible object is
Narrative
-
setS
Sets the value of the s property.- Parameters:
value- allowed object isNarrative
-
getLocator
Gets the value of the locator property.- Returns:
- possible object is
Locator
-
setLocator
Sets the value of the locator property.- Parameters:
value- allowed object isLocator
-
withT
-
withT
-
withS
-
withLocator
-
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
-