org.cqframework.cql.elm.execution.ConvertsToString Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.07.10 at 06:14:46 PM MDT
//
package org.cqframework.cql.elm.execution;
import java.util.Collection;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.namespace.QName;
import org.jvnet.jaxb2_commons.lang.Equals;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy;
import org.jvnet.jaxb2_commons.lang.HashCode;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
/**
* The ConvertsToString operator returns true if the value of its argument can be converted to a String value.
*
* The operator returns true if the argument is any of the following types:
*
* Boolean
* Integer
* Decimal
* DateTime
* Date
* Time
* Quantity
* Ratio
*
* If the argument is null, the result is null.
*
* Java class for ConvertsToString complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ConvertsToString">
* <complexContent>
* <extension base="{urn:hl7-org:elm:r1}UnaryExpression">
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ConvertsToString", namespace = "urn:hl7-org:elm:r1")
public class ConvertsToString
extends UnaryExpression
implements Equals, HashCode, ToString
{
@Override
public ConvertsToString withOperand(Expression value) {
setOperand(value);
return this;
}
@Override
public ConvertsToString withSignature(TypeSpecifier... values) {
if (values!= null) {
for (TypeSpecifier value: values) {
getSignature().add(value);
}
}
return this;
}
@Override
public ConvertsToString withSignature(Collection values) {
if (values!= null) {
getSignature().addAll(values);
}
return this;
}
@Override
public ConvertsToString withAnnotation(Object... values) {
if (values!= null) {
for (Object value: values) {
getAnnotation().add(value);
}
}
return this;
}
@Override
public ConvertsToString withAnnotation(Collection