Class ActivationStatusCapabilityType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.ActivationStatusCapabilityType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ActivationStatusCapabilityType extends CapabilityType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Describes capability to provide activation status (e.g. account enable and disable).Java class for ActivationStatusCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationStatusCapabilityType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"> <sequence> <element name="returnedByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <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"/> <element name="ignoreAttribute" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected QNameattributestatic QNameCOMPLEX_TYPEprotected List<String>disableValueprotected List<String>enableValuestatic ItemNameF_ATTRIBUTEstatic ItemNameF_DISABLE_VALUEstatic ItemNameF_ENABLE_VALUEstatic ItemNameF_IGNORE_ATTRIBUTEstatic ItemNameF_RETURNED_BY_DEFAULTprotected BooleanignoreAttributeprotected BooleanreturnedByDefault-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
enabled, F_ENABLED
-
-
Constructor Summary
Constructors Constructor Description ActivationStatusCapabilityType()Creates a newActivationStatusCapabilityTypeinstance.ActivationStatusCapabilityType(ActivationStatusCapabilityType o)Creates a newActivationStatusCapabilityTypeinstance by deeply copying a givenActivationStatusCapabilityTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ActivationStatusCapabilityTypeattribute(QName value)ActivationStatusCapabilityTypeclone()Creates and returns a deep copy of this object.ActivationStatusCapabilityTypedisableValue(String value)ActivationStatusCapabilityTypeenabled(Boolean value)ActivationStatusCapabilityTypeenableValue(String value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)QNamegetAttribute()Gets the value of the attribute property.List<String>getDisableValue()Gets the value of the disableValue property.List<String>getEnableValue()Gets the value of the enableValue property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ActivationStatusCapabilityTypeignoreAttribute(Boolean value)BooleanisIgnoreAttribute()Gets the value of the ignoreAttribute property.BooleanisReturnedByDefault()Gets the value of the returnedByDefault property.ActivationStatusCapabilityTypereturnedByDefault(Boolean value)voidsetAttribute(QName value)Sets the value of the attribute property.voidsetIgnoreAttribute(Boolean value)Sets the value of the ignoreAttribute property.voidsetReturnedByDefault(Boolean value)Sets the value of the returnedByDefault property.StringtoString()Generates a String representation of the contents of this type.-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
isEnabled, setEnabled
-
-
-
-
Field Detail
-
returnedByDefault
protected Boolean returnedByDefault
-
attribute
protected QName attribute
-
ignoreAttribute
protected Boolean ignoreAttribute
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_RETURNED_BY_DEFAULT
public static final ItemName F_RETURNED_BY_DEFAULT
-
F_ATTRIBUTE
public static final ItemName F_ATTRIBUTE
-
F_ENABLE_VALUE
public static final ItemName F_ENABLE_VALUE
-
F_DISABLE_VALUE
public static final ItemName F_DISABLE_VALUE
-
F_IGNORE_ATTRIBUTE
public static final ItemName F_IGNORE_ATTRIBUTE
-
-
Constructor Detail
-
ActivationStatusCapabilityType
public ActivationStatusCapabilityType()
Creates a newActivationStatusCapabilityTypeinstance.
-
ActivationStatusCapabilityType
public ActivationStatusCapabilityType(ActivationStatusCapabilityType o)
Creates a newActivationStatusCapabilityTypeinstance by deeply copying a givenActivationStatusCapabilityTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
isReturnedByDefault
public Boolean isReturnedByDefault()
Gets the value of the returnedByDefault property.- Returns:
- possible object is
Boolean
-
setReturnedByDefault
public void setReturnedByDefault(Boolean value)
Sets the value of the returnedByDefault property.- Parameters:
value- allowed object isBoolean
-
getAttribute
public QName getAttribute()
Gets the value of the attribute property.- Returns:
- possible object is
QName
-
setAttribute
public void setAttribute(QName value)
Sets the value of the attribute property.- Parameters:
value- allowed object isQName
-
getEnableValue
public List<String> getEnableValue()
Gets the value of the enableValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the enableValue property.For example, to add a new item, do as follows:
getEnableValue().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getDisableValue
public List<String> getDisableValue()
Gets the value of the disableValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the disableValue property.For example, to add a new item, do as follows:
getDisableValue().add(newItem);Objects of the following type(s) are allowed in the list
String
-
isIgnoreAttribute
public Boolean isIgnoreAttribute()
Gets the value of the ignoreAttribute property.- Returns:
- possible object is
Boolean
-
setIgnoreAttribute
public void setIgnoreAttribute(Boolean value)
Sets the value of the ignoreAttribute property.- Parameters:
value- allowed object isBoolean
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classCapabilityType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classCapabilityType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCapabilityType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classCapabilityType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classCapabilityType
-
returnedByDefault
public ActivationStatusCapabilityType returnedByDefault(Boolean value)
-
attribute
public ActivationStatusCapabilityType attribute(QName value)
-
enableValue
public ActivationStatusCapabilityType enableValue(String value)
-
disableValue
public ActivationStatusCapabilityType disableValue(String value)
-
ignoreAttribute
public ActivationStatusCapabilityType ignoreAttribute(Boolean value)
-
enabled
public ActivationStatusCapabilityType enabled(Boolean value)
- Overrides:
enabledin classCapabilityType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classCapabilityType
-
clone
public ActivationStatusCapabilityType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classCapabilityType- Returns:
- A deep copy of this object.
-
-