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). <p>Java class for CollectionRefSpecificationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CollectionRefSpecificationType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionSpecificationType"&gt; &lt;sequence&gt; &lt;choice&gt; &lt;element name="collectionRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/&gt; &lt;/choice&gt; &lt;element name="baseCollectionRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form