public class AccessCertificationCasesStatisticsType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for AccessCertificationCasesStatisticsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationCasesStatisticsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="markedAsAccept" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="markedAsRevoke" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="markedAsRevokeAndRemedied" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="markedAsReduce" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="markedAsReduceAndRemedied" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="markedAsNotDecide" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="markedAsDelegate" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="withoutResponse" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_MARKED_AS_ACCEPT |
static QName |
F_MARKED_AS_DELEGATE |
static QName |
F_MARKED_AS_NOT_DECIDE |
static QName |
F_MARKED_AS_REDUCE |
static QName |
F_MARKED_AS_REDUCE_AND_REMEDIED |
static QName |
F_MARKED_AS_REVOKE |
static QName |
F_MARKED_AS_REVOKE_AND_REMEDIED |
static QName |
F_WITHOUT_RESPONSE |
Constructor and Description |
---|
AccessCertificationCasesStatisticsType() |
AccessCertificationCasesStatisticsType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
AccessCertificationCasesStatisticsType |
clone() |
boolean |
equals(Object object) |
int |
getMarkedAsAccept() |
int |
getMarkedAsDelegate() |
int |
getMarkedAsNotDecide() |
int |
getMarkedAsReduce() |
int |
getMarkedAsReduceAndRemedied() |
int |
getMarkedAsRevoke() |
int |
getMarkedAsRevokeAndRemedied() |
int |
getWithoutResponse() |
int |
hashCode() |
void |
setMarkedAsAccept(int value) |
void |
setMarkedAsDelegate(int value) |
void |
setMarkedAsNotDecide(int value) |
void |
setMarkedAsReduce(int value) |
void |
setMarkedAsReduceAndRemedied(int value) |
void |
setMarkedAsRevoke(int value) |
void |
setMarkedAsRevokeAndRemedied(int value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
void |
setWithoutResponse(int value) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_MARKED_AS_ACCEPT
public static final QName F_MARKED_AS_REVOKE
public static final QName F_MARKED_AS_REVOKE_AND_REMEDIED
public static final QName F_MARKED_AS_REDUCE
public static final QName F_MARKED_AS_REDUCE_AND_REMEDIED
public static final QName F_MARKED_AS_NOT_DECIDE
public static final QName F_MARKED_AS_DELEGATE
public static final QName F_WITHOUT_RESPONSE
public AccessCertificationCasesStatisticsType()
public AccessCertificationCasesStatisticsType(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 getMarkedAsAccept()
public void setMarkedAsAccept(int value)
public int getMarkedAsRevoke()
public void setMarkedAsRevoke(int value)
public int getMarkedAsRevokeAndRemedied()
public void setMarkedAsRevokeAndRemedied(int value)
public int getMarkedAsReduce()
public void setMarkedAsReduce(int value)
public int getMarkedAsReduceAndRemedied()
public void setMarkedAsReduceAndRemedied(int value)
public int getMarkedAsNotDecide()
public void setMarkedAsNotDecide(int value)
public int getMarkedAsDelegate()
public void setMarkedAsDelegate(int value)
public int getWithoutResponse()
public void setWithoutResponse(int value)
public AccessCertificationCasesStatisticsType clone()
Copyright © 2016 Evolveum. All rights reserved.