Class PolicyItemDefinitionType

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

    public class PolicyItemDefinitionType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for PolicyItemDefinitionType complex type.

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

     <complexType name="PolicyItemDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-3}PolicyItemTargetType"/>
             <element name="valuePolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
             <element name="execute" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form