public class AccessCertificationStageType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for AccessCertificationStageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationStageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_END |
static QName |
F_NAME |
static QName |
F_NUMBER |
static QName |
F_START |
Constructor and Description |
---|
AccessCertificationStageType() |
AccessCertificationStageType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
AccessCertificationStageType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
XMLGregorianCalendar |
getEnd() |
String |
getName() |
int |
getNumber() |
XMLGregorianCalendar |
getStart() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setEnd(XMLGregorianCalendar value) |
void |
setName(String value) |
void |
setNumber(int value) |
void |
setStart(XMLGregorianCalendar value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_NUMBER
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_START
public static final QName F_END
public AccessCertificationStageType()
public AccessCertificationStageType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public int getNumber()
public void setNumber(int value)
public String getName()
public void setName(String value)
public String getDescription()
public void setDescription(String value)
public XMLGregorianCalendar getStart()
public void setStart(XMLGregorianCalendar value)
public XMLGregorianCalendar getEnd()
public void setEnd(XMLGregorianCalendar value)
public AccessCertificationStageType clone()
Copyright © 2015 Evolveum. All rights reserved.