Class CollectionSpecificationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    CollectionRefSpecificationType

    public class CollectionSpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of an explicit or implicit object collection, without reference to the collection. This data structure expects that the collection is referenced implicitly (e.g. from policy rules).

    Java class for CollectionSpecificationType complex type.

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

     <complexType name="CollectionSpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="interpretation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionSpecificationInterpretationType" minOccurs="0"/>
             <element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="depth" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionSpecificationDepthType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form