|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.capabilities_1.ActivationCapabilityType
public class ActivationCapabilityType
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>
| 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 |
|---|
protected ActivationCapabilityType.EnableDisable enableDisable
| Constructor Detail |
|---|
public ActivationCapabilityType()
| Method Detail |
|---|
public ActivationCapabilityType.EnableDisable getEnableDisable()
ActivationCapabilityType.EnableDisablepublic void setEnableDisable(ActivationCapabilityType.EnableDisable value)
value - allowed object is
ActivationCapabilityType.EnableDisablepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||