com.evolveum.midpoint.xml.ns._public.resource.capabilities_1
Class ActivationCapabilityType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.capabilities_1.ActivationCapabilityType
All Implemented Interfaces:
java.io.Serializable

public class ActivationCapabilityType
extends java.lang.Object
implements java.io.Serializable

Describes capability to process activation data, which means enable/disable of accounts, dates for scheduled enable/disable and similar things related to make the account active.

Java class for ActivationCapabilityType complex type.

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

 <complexType name="ActivationCapabilityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="enableDisable">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="attribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
                   <element name="enableValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="disableValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class ActivationCapabilityType.EnableDisable
          Java class for anonymous complex type.
 
Field Summary
protected  ActivationCapabilityType.EnableDisable enableDisable
           
 
Constructor Summary
ActivationCapabilityType()
           
 
Method Summary
 ActivationCapabilityType.EnableDisable getEnableDisable()
          Gets the value of the enableDisable property.
 void setEnableDisable(ActivationCapabilityType.EnableDisable value)
          Sets the value of the enableDisable property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

enableDisable

protected ActivationCapabilityType.EnableDisable enableDisable
Constructor Detail

ActivationCapabilityType

public ActivationCapabilityType()
Method Detail

getEnableDisable

public ActivationCapabilityType.EnableDisable getEnableDisable()
Gets the value of the enableDisable property.

Returns:
possible object is ActivationCapabilityType.EnableDisable

setEnableDisable

public void setEnableDisable(ActivationCapabilityType.EnableDisable value)
Sets the value of the enableDisable property.

Parameters:
value - allowed object is ActivationCapabilityType.EnableDisable

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.