public class ActivationCapabilityType extends CapabilityType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ActivationCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationCapabilityType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2}CapabilityType"> <sequence> <element name="enableDisable" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2}ActivationStatusCapabilityType" minOccurs="0"/> <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2}ActivationStatusCapabilityType" minOccurs="0"/> <element name="validFrom" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2}ActivationValidityCapabilityType" minOccurs="0"/> <element name="validTo" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2}ActivationValidityCapabilityType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected ActivationStatusCapabilityType |
enableDisable |
static QName |
F_COMPLEX___TYPE |
static QName |
F_ENABLE_DISABLE |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_STATUS |
static QName |
F_VALID_FROM |
static QName |
F_VALID_TO |
protected ActivationStatusCapabilityType |
status |
protected ActivationValidityCapabilityType |
validFrom |
protected ActivationValidityCapabilityType |
validTo |
enabled, F_ENABLED
Constructor and Description |
---|
ActivationCapabilityType()
Creates a new
ActivationCapabilityType instance. |
ActivationCapabilityType(ActivationCapabilityType o)
Creates a new
ActivationCapabilityType instance by deeply copying a given ActivationCapabilityType instance. |
Modifier and Type | Method and Description |
---|---|
ActivationCapabilityType |
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) |
ActivationStatusCapabilityType |
getEnableDisable()
Gets the value of the enableDisable property.
|
ActivationStatusCapabilityType |
getStatus()
Gets the value of the status property.
|
ActivationValidityCapabilityType |
getValidFrom()
Gets the value of the validFrom property.
|
ActivationValidityCapabilityType |
getValidTo()
Gets the value of the validTo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setEnableDisable(ActivationStatusCapabilityType value)
Sets the value of the enableDisable property.
|
void |
setStatus(ActivationStatusCapabilityType value)
Sets the value of the status property.
|
void |
setValidFrom(ActivationValidityCapabilityType value)
Sets the value of the validFrom property.
|
void |
setValidTo(ActivationValidityCapabilityType value)
Sets the value of the validTo property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
isEnabled, setEnabled
protected ActivationStatusCapabilityType enableDisable
protected ActivationStatusCapabilityType status
protected ActivationValidityCapabilityType validFrom
protected ActivationValidityCapabilityType validTo
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_ENABLE_DISABLE
public static final QName F_STATUS
public static final QName F_VALID_FROM
public static final QName F_VALID_TO
public static final QName F_COMPLEX___TYPE
public ActivationCapabilityType()
ActivationCapabilityType
instance.public ActivationCapabilityType(ActivationCapabilityType o)
ActivationCapabilityType
instance by deeply copying a given ActivationCapabilityType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public ActivationStatusCapabilityType getEnableDisable()
ActivationStatusCapabilityType
public void setEnableDisable(ActivationStatusCapabilityType value)
value
- allowed object is
ActivationStatusCapabilityType
public ActivationStatusCapabilityType getStatus()
ActivationStatusCapabilityType
public void setStatus(ActivationStatusCapabilityType value)
value
- allowed object is
ActivationStatusCapabilityType
public ActivationValidityCapabilityType getValidFrom()
ActivationValidityCapabilityType
public void setValidFrom(ActivationValidityCapabilityType value)
value
- allowed object is
ActivationValidityCapabilityType
public ActivationValidityCapabilityType getValidTo()
ActivationValidityCapabilityType
public void setValidTo(ActivationValidityCapabilityType value)
value
- allowed object is
ActivationValidityCapabilityType
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 ActivationCapabilityType clone()
clone
in class CapabilityType
Copyright © 2013 evolveum. All rights reserved.