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

    Java class for ExpressionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ExpressionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/>
             <element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionParameterType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="returnType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="trace" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="stringFilter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringFilterType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionVariableDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="returnMultiplicity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionReturnMultiplicityType" minOccurs="0"/>
             <element name="allowEmptyValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="queryInterpretationOfNoValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}QueryInterpretationOfNoValueType" minOccurs="0"/>
             <element name="runAsRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}expressionEvaluator" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form