Class PopulateItemType

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

    public class PopulateItemType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    TODO <p>Java class for PopulateItemType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PopulateItemType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}expression"/&gt; &lt;element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VariableBindingDefinitionType"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Detail

      • PopulateItemType

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

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