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

    Java class for PopulateItemType complex type.

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

     <complexType name="PopulateItemType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}expression"/>
             <element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VariableBindingDefinitionType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PopulateItemType

        public PopulateItemType()
        Creates a new PopulateItemType instance.
      • PopulateItemType

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