Class ExpressionType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Direct Known Subclasses:
    ProvisioningScriptArgumentType

    public class ExpressionType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    TODO <p>Java class for ExpressionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ExpressionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/&gt; &lt;element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionParameterType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="returnType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="trace" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="stringFilter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringFilterType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionVariableDefinitionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="returnMultiplicity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionReturnMultiplicityType" minOccurs="0"/&gt; &lt;element name="allowEmptyValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="queryInterpretationOfNoValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}QueryInterpretationOfNoValueType" minOccurs="0"/&gt; &lt;element name="runAsRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}expressionEvaluator" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form