public class ActivationType extends Object implements Serializable, Cloneable, Containerable
Java class for ActivationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="administrativeStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ActivationStatusType" minOccurs="0"/> <element name="effectiveStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ActivationStatusType" minOccurs="0"/> <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="validityStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}TimeIntervalStatusType" minOccurs="0"/> <element name="disableTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="enableTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="archiveTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="validityChangeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ADMINISTRATIVE_STATUS |
static QName |
F_ARCHIVE_TIMESTAMP |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DISABLE_TIMESTAMP |
static QName |
F_EFFECTIVE_STATUS |
static QName |
F_ENABLE_TIMESTAMP |
static QName |
F_ENABLED |
static QName |
F_ID |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_VALID_FROM |
static QName |
F_VALID_TO |
static QName |
F_VALIDITY_CHANGE_TIMESTAMP |
static QName |
F_VALIDITY_STATUS |
Constructor and Description |
---|
ActivationType() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_ENABLED
public static final QName F_ADMINISTRATIVE_STATUS
public static final QName F_EFFECTIVE_STATUS
public static final QName F_VALID_FROM
public static final QName F_VALID_TO
public static final QName F_VALIDITY_STATUS
public static final QName F_DISABLE_TIMESTAMP
public static final QName F_ENABLE_TIMESTAMP
public static final QName F_ARCHIVE_TIMESTAMP
public static final QName F_VALIDITY_CHANGE_TIMESTAMP
public static final QName F_ID
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public Boolean isEnabled()
public void setEnabled(Boolean value)
public ActivationStatusType getAdministrativeStatus()
public void setAdministrativeStatus(ActivationStatusType value)
public ActivationStatusType getEffectiveStatus()
public void setEffectiveStatus(ActivationStatusType value)
public XMLGregorianCalendar getValidFrom()
public void setValidFrom(XMLGregorianCalendar value)
public XMLGregorianCalendar getValidTo()
public void setValidTo(XMLGregorianCalendar value)
public TimeIntervalStatusType getValidityStatus()
public void setValidityStatus(TimeIntervalStatusType value)
public XMLGregorianCalendar getDisableTimestamp()
public void setDisableTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getEnableTimestamp()
public void setEnableTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getArchiveTimestamp()
public void setArchiveTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getValidityChangeTimestamp()
public void setValidityChangeTimestamp(XMLGregorianCalendar value)
public Long getId()
public void setId(Long value)
public ActivationType clone()
Copyright © 2013 evolveum. All rights reserved.