Class LinkedObjectSelectorType

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

    public class LinkedObjectSelectorType
    extends ObjectSelectorType
    implements Serializable, Cloneable, Containerable
    Selects objects among linked ones (for this object). EXPERIMENTAL

    Java class for LinkedObjectSelectorType complex type.

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

     <complexType name="LinkedObjectSelectorType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectSelectorType">
           <sequence>
             <element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form