public class ActivationLockoutStatusCapabilityType extends CapabilityType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ActivationLockoutStatusCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationLockoutStatusCapabilityType"> <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="normalValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="lockedValue" 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>
Modifier and Type | Field and Description |
---|---|
protected QName |
attribute |
static QName |
COMPLEX_TYPE |
static QName |
F_ATTRIBUTE |
static QName |
F_IGNORE_ATTRIBUTE |
static QName |
F_LOCKED_VALUE |
static QName |
F_NORMAL_VALUE |
static QName |
F_RETURNED_BY_DEFAULT |
protected Boolean |
ignoreAttribute |
protected List<String> |
lockedValue |
protected List<String> |
normalValue |
protected Boolean |
returnedByDefault |
enabled, F_ENABLED
Constructor and Description |
---|
ActivationLockoutStatusCapabilityType()
Creates a new
ActivationLockoutStatusCapabilityType instance. |
ActivationLockoutStatusCapabilityType(ActivationLockoutStatusCapabilityType o)
Creates a new
ActivationLockoutStatusCapabilityType instance by deeply copying a given ActivationLockoutStatusCapabilityType instance. |
Modifier and Type | Method and Description |
---|---|
ActivationLockoutStatusCapabilityType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
QName |
getAttribute()
Gets the value of the attribute property.
|
List<String> |
getLockedValue()
Gets the value of the lockedValue property.
|
List<String> |
getNormalValue()
Gets the value of the normalValue property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isIgnoreAttribute()
Gets the value of the ignoreAttribute property.
|
Boolean |
isReturnedByDefault()
Gets the value of the returnedByDefault property.
|
void |
setAttribute(QName value)
Sets the value of the attribute property.
|
void |
setIgnoreAttribute(Boolean value)
Sets the value of the ignoreAttribute property.
|
void |
setReturnedByDefault(Boolean value)
Sets the value of the returnedByDefault property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
isEnabled, setEnabled
protected Boolean returnedByDefault
protected QName attribute
protected Boolean ignoreAttribute
public static final QName COMPLEX_TYPE
public static final QName F_RETURNED_BY_DEFAULT
public static final QName F_ATTRIBUTE
public static final QName F_NORMAL_VALUE
public static final QName F_LOCKED_VALUE
public static final QName F_IGNORE_ATTRIBUTE
public ActivationLockoutStatusCapabilityType()
ActivationLockoutStatusCapabilityType
instance.public ActivationLockoutStatusCapabilityType(ActivationLockoutStatusCapabilityType o)
ActivationLockoutStatusCapabilityType
instance by deeply copying a given ActivationLockoutStatusCapabilityType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Boolean isReturnedByDefault()
Boolean
public void setReturnedByDefault(Boolean value)
value
- allowed object is
Boolean
public QName getAttribute()
QName
public void setAttribute(QName value)
value
- allowed object is
QName
public List<String> getNormalValue()
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 set
method for the normalValue property.
For example, to add a new item, do as follows:
getNormalValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getLockedValue()
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 set
method for the lockedValue property.
For example, to add a new item, do as follows:
getLockedValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isIgnoreAttribute()
Boolean
public void setIgnoreAttribute(Boolean value)
value
- allowed object is
Boolean
public String toString()
toString
in class CapabilityType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class CapabilityType
public int hashCode()
hashCode
in class CapabilityType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class CapabilityType
public boolean equals(Object object)
equals
in class CapabilityType
public ActivationLockoutStatusCapabilityType clone()
clone
in class CapabilityType
Copyright © 2016 Evolveum. All rights reserved.