Class PropertyModificationOperationType

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

    public class PropertyModificationOperationType
    extends Object
    implements Serializable, Cloneable, Containerable
    JAXB version of PropertyModificationOperation class. <p>Java class for PropertyModificationOperationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PropertyModificationOperationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="matchingRule" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form