|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ActivationType
public class ActivationType
Types that defines activation properties of several concepts. It may apply to user, account, assignement, etc. The data in this type define if the described concept is active, from when it is active and until when. The "active" means that it works. If something is not active, it should not work. E.g. inactive user should not be able to log in or run any tasks, the non-active role should not be assigned, etc.
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="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
enabled
|
protected javax.xml.datatype.XMLGregorianCalendar |
validFrom
|
protected javax.xml.datatype.XMLGregorianCalendar |
validTo
|
Constructor Summary | |
---|---|
ActivationType()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getValidFrom()
Gets the value of the validFrom property. |
javax.xml.datatype.XMLGregorianCalendar |
getValidTo()
Gets the value of the validTo property. |
java.lang.Boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property. |
void |
setValidFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validFrom property. |
void |
setValidTo(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validTo property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean enabled
protected javax.xml.datatype.XMLGregorianCalendar validFrom
protected javax.xml.datatype.XMLGregorianCalendar validTo
Constructor Detail |
---|
public ActivationType()
Method Detail |
---|
public java.lang.Boolean isEnabled()
Boolean
public void setEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public javax.xml.datatype.XMLGregorianCalendar getValidFrom()
XMLGregorianCalendar
public void setValidFrom(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getValidTo()
XMLGregorianCalendar
public void setValidTo(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |