Class SchemaHandlingType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class SchemaHandlingType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of handling details for resource schema. E.g. read-only or read-write attributes, account object classes, etc. This element belongs to ResourceType and should not be used elsewhere. This is a top-level element to make the implementation (JAXB marshal/unmarshal) easier.

    Java class for SchemaHandlingType complex type.

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

     <complexType name="SchemaHandlingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="objectType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectTypeDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form