Class ResourceObjectSetType

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

    public class ResourceObjectSetType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies a set of resource objects to be processed.

    Java class for ResourceObjectSetType complex type.

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

     <complexType name="ResourceObjectSetType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/>
             <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="objectclass" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="query" type="{http://prism.evolveum.com/xml/ns/public/query-3}QueryType" minOccurs="0"/>
             <element name="queryApplication" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectSetQueryApplicationModeType" minOccurs="0"/>
             <element name="searchOptions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SelectorQualifiedGetOptionsType" minOccurs="0"/>
             <element name="failedObjectsSelector" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FailedObjectsSelectorType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form