Class ResourceActivationDefinitionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ResourceActivationDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines how the mapping of the activation section is handled for the resource.

    Java class for ResourceActivationDefinitionType complex type.

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

     <complexType name="ResourceActivationDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="existence" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceBidirectionalMappingType" minOccurs="0"/>
             <element name="administrativeStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceBidirectionalMappingType" minOccurs="0"/>
             <element name="validFrom" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceBidirectionalMappingType" minOccurs="0"/>
             <element name="validTo" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceBidirectionalMappingType" minOccurs="0"/>
             <element name="lockoutStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceBidirectionalMappingType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form