Class PropertyModificationOperationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class PropertyModificationOperationType
    extends Object
    implements Serializable, Cloneable, Containerable
    JAXB version of PropertyModificationOperation class.

    Java class for PropertyModificationOperationType complex type.

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

     <complexType name="PropertyModificationOperationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="matchingRule" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form