public class ResourceActivationDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceActivationDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceActivationDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="existence" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceBidirectionalMappingType" minOccurs="0"/> <element name="administrativeStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceBidirectionalMappingType" minOccurs="0"/> <element name="validFrom" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceBidirectionalMappingType" minOccurs="0"/> <element name="validTo" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceBidirectionalMappingType" minOccurs="0"/> <element name="enabled" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceBidirectionalMappingType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ResourceBidirectionalMappingType |
administrativeStatus |
static QName |
COMPLEX_TYPE |
protected ResourceBidirectionalMappingType |
enabled |
protected ResourceBidirectionalMappingType |
existence |
static QName |
F_ADMINISTRATIVE_STATUS |
static QName |
F_COMPLEX___TYPE |
static QName |
F_ENABLED |
static QName |
F_EXISTENCE |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_VALID_FROM |
static QName |
F_VALID_TO |
protected ResourceBidirectionalMappingType |
validFrom |
protected ResourceBidirectionalMappingType |
validTo |
Constructor and Description |
---|
ResourceActivationDefinitionType()
Creates a new
ResourceActivationDefinitionType instance. |
ResourceActivationDefinitionType(ResourceActivationDefinitionType o)
Creates a new
ResourceActivationDefinitionType instance by deeply copying a given ResourceActivationDefinitionType instance. |
Modifier and Type | Method and Description |
---|---|
ResourceActivationDefinitionType |
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) |
ResourceBidirectionalMappingType |
getAdministrativeStatus()
Gets the value of the administrativeStatus property.
|
ResourceBidirectionalMappingType |
getEnabled()
Gets the value of the enabled property.
|
ResourceBidirectionalMappingType |
getExistence()
Gets the value of the existence property.
|
ResourceBidirectionalMappingType |
getValidFrom()
Gets the value of the validFrom property.
|
ResourceBidirectionalMappingType |
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 |
setAdministrativeStatus(ResourceBidirectionalMappingType value)
Sets the value of the administrativeStatus property.
|
void |
setEnabled(ResourceBidirectionalMappingType value)
Sets the value of the enabled property.
|
void |
setExistence(ResourceBidirectionalMappingType value)
Sets the value of the existence property.
|
void |
setValidFrom(ResourceBidirectionalMappingType value)
Sets the value of the validFrom property.
|
void |
setValidTo(ResourceBidirectionalMappingType value)
Sets the value of the validTo property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ResourceBidirectionalMappingType existence
protected ResourceBidirectionalMappingType administrativeStatus
protected ResourceBidirectionalMappingType validFrom
protected ResourceBidirectionalMappingType validTo
protected ResourceBidirectionalMappingType enabled
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_EXISTENCE
public static final QName F_ADMINISTRATIVE_STATUS
public static final QName F_VALID_FROM
public static final QName F_VALID_TO
public static final QName F_ENABLED
public static final QName F_COMPLEX___TYPE
public ResourceActivationDefinitionType()
ResourceActivationDefinitionType
instance.public ResourceActivationDefinitionType(ResourceActivationDefinitionType o)
ResourceActivationDefinitionType
instance by deeply copying a given ResourceActivationDefinitionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public ResourceBidirectionalMappingType getExistence()
ResourceBidirectionalMappingType
public void setExistence(ResourceBidirectionalMappingType value)
value
- allowed object is
ResourceBidirectionalMappingType
public ResourceBidirectionalMappingType getAdministrativeStatus()
ResourceBidirectionalMappingType
public void setAdministrativeStatus(ResourceBidirectionalMappingType value)
value
- allowed object is
ResourceBidirectionalMappingType
public ResourceBidirectionalMappingType getValidFrom()
ResourceBidirectionalMappingType
public void setValidFrom(ResourceBidirectionalMappingType value)
value
- allowed object is
ResourceBidirectionalMappingType
public ResourceBidirectionalMappingType getValidTo()
ResourceBidirectionalMappingType
public void setValidTo(ResourceBidirectionalMappingType value)
value
- allowed object is
ResourceBidirectionalMappingType
public ResourceBidirectionalMappingType getEnabled()
ResourceBidirectionalMappingType
public void setEnabled(ResourceBidirectionalMappingType value)
value
- allowed object is
ResourceBidirectionalMappingType
public String toString()
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
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
public ResourceActivationDefinitionType clone()
Copyright © 2013 evolveum. All rights reserved.