Class DeltaSourceSpecificationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class DeltaSourceSpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    TODO EXPERIMENTAL

    Java class for DeltaSourceSpecificationType complex type.

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

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