Class ResourceObjectTypeDefinitionType

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

    public class ResourceObjectTypeDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines a type from the resource schema (object class) that can be used for creating accounts, entitlements and possible other concepts. This is abstract supertype for other types.

    Java class for ResourceObjectTypeDefinitionType complex type.

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

     <complexType name="ResourceObjectTypeDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <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 ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}displayName" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName"/>
             <element name="auxiliaryObjectClass" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
             <element name="auxiliaryObjectClassMappings" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceBidirectionalMappingAndDefinitionType" minOccurs="0"/>
             <element name="multiplicity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectMultiplicityType" minOccurs="0"/>
             <element name="baseContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectReferenceType" minOccurs="0"/>
             <element name="searchHierarchyScope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchHierarchyScopeType" minOccurs="0"/>
             <element name="provenance" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvenanceFeedDefinitionType" minOccurs="0"/>
             <element name="attribute" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceAttributeDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dependency" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectTypeDependencyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="association" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="volatility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectVolatilityType" minOccurs="0"/>
             <element name="iteration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IterationSpecificationType" minOccurs="0"/>
             <element name="protected" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectPatternType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceActivationDefinitionType" minOccurs="0"/>
             <element name="credentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceCredentialsDefinitionType" minOccurs="0"/>
             <element name="securityPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="lifecycle" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectLifecycleDefinitionType" minOccurs="0"/>
             <element name="configuredCapabilities" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CapabilityCollectionType" minOccurs="0"/>
             <element name="projection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProjectionPolicyType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form