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. <p>Java class for ResourceObjectTypeDefinitionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ResourceObjectTypeDefinitionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/&gt; &lt;element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}displayName" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName"/&gt; &lt;element name="auxiliaryObjectClass" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="auxiliaryObjectClassMappings" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceBidirectionalMappingAndDefinitionType" minOccurs="0"/&gt; &lt;element name="multiplicity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectMultiplicityType" minOccurs="0"/&gt; &lt;element name="baseContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectReferenceType" minOccurs="0"/&gt; &lt;element name="searchHierarchyScope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchHierarchyScopeType" minOccurs="0"/&gt; &lt;element name="provenance" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvenanceFeedDefinitionType" minOccurs="0"/&gt; &lt;element name="attribute" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceAttributeDefinitionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="dependency" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectTypeDependencyType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="association" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="volatility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectVolatilityType" minOccurs="0"/&gt; &lt;element name="iteration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IterationSpecificationType" minOccurs="0"/&gt; &lt;element name="protected" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectPatternType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceActivationDefinitionType" minOccurs="0"/&gt; &lt;element name="credentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceCredentialsDefinitionType" minOccurs="0"/&gt; &lt;element name="securityPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="lifecycle" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectLifecycleDefinitionType" minOccurs="0"/&gt; &lt;element name="configuredCapabilities" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CapabilityCollectionType" minOccurs="0"/&gt; &lt;element name="projection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProjectionPolicyType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form