Class ResourceObjectTypeDependencyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ResourceObjectTypeDependencyType
    extends ShadowDiscriminatorType
    implements Serializable, Cloneable, Containerable

    Java class for ResourceObjectTypeDependencyType complex type.

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

     <complexType name="ResourceObjectTypeDependencyType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorType">
           <sequence>
             <element name="strictness" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectTypeDependencyStrictnessType" minOccurs="0"/>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="forceLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form