Class SelectExpressionType

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

    public class SelectExpressionType
    extends ScriptingExpressionType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Select given item. <p>Java class for SelectExpressionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SelectExpressionType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"&gt; &lt;sequence&gt; &lt;element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_PATH

        public static final ItemName F_PATH
    • Constructor Detail

      • SelectExpressionType

        public SelectExpressionType()
        Creates a new {@code SelectExpressionType} instance.
      • SelectExpressionType

        public SelectExpressionType​(SelectExpressionType o)
        Creates a new {@code SelectExpressionType} instance by deeply copying a given {@code SelectExpressionType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.