Class CollectionRefSpecificationType

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

    public class CollectionRefSpecificationType
    extends CollectionSpecificationType
    implements Serializable, Cloneable, Containerable
    Specification of an explicit or implicit object collection (including reference to the collection).

    Java class for CollectionRefSpecificationType complex type.

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

     <complexType name="CollectionRefSpecificationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionSpecificationType">
           <sequence>
             <choice>
               <element name="collectionRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
               <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/>
             </choice>
             <element name="baseCollectionRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form