Class AccessCertificationCasesStatisticsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCasesStatisticsType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class AccessCertificationCasesStatisticsType extends Object implements Serializable, Cloneable, Containerable
Statistics give a set of access certification cases.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="withoutResponse" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_MARKED_AS_ACCEPT
static ItemName
F_MARKED_AS_NOT_DECIDE
static ItemName
F_MARKED_AS_REDUCE
static ItemName
F_MARKED_AS_REDUCE_AND_REMEDIED
static ItemName
F_MARKED_AS_REVOKE
static ItemName
F_MARKED_AS_REVOKE_AND_REMEDIED
static ItemName
F_WITHOUT_RESPONSE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AccessCertificationCasesStatisticsType()
AccessCertificationCasesStatisticsType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_MARKED_AS_ACCEPT
public static final ItemName F_MARKED_AS_ACCEPT
-
F_MARKED_AS_REVOKE
public static final ItemName F_MARKED_AS_REVOKE
-
F_MARKED_AS_REVOKE_AND_REMEDIED
public static final ItemName F_MARKED_AS_REVOKE_AND_REMEDIED
-
F_MARKED_AS_REDUCE
public static final ItemName F_MARKED_AS_REDUCE
-
F_MARKED_AS_REDUCE_AND_REMEDIED
public static final ItemName F_MARKED_AS_REDUCE_AND_REMEDIED
-
F_MARKED_AS_NOT_DECIDE
public static final ItemName F_MARKED_AS_NOT_DECIDE
-
F_WITHOUT_RESPONSE
public static final ItemName F_WITHOUT_RESPONSE
-
-
Constructor Detail
-
AccessCertificationCasesStatisticsType
public AccessCertificationCasesStatisticsType()
-
AccessCertificationCasesStatisticsType
public AccessCertificationCasesStatisticsType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getMarkedAsAccept
public int getMarkedAsAccept()
-
setMarkedAsAccept
public void setMarkedAsAccept(int value)
-
getMarkedAsRevoke
public int getMarkedAsRevoke()
-
setMarkedAsRevoke
public void setMarkedAsRevoke(int value)
-
getMarkedAsRevokeAndRemedied
public int getMarkedAsRevokeAndRemedied()
-
setMarkedAsRevokeAndRemedied
public void setMarkedAsRevokeAndRemedied(int value)
-
getMarkedAsReduce
public int getMarkedAsReduce()
-
setMarkedAsReduce
public void setMarkedAsReduce(int value)
-
getMarkedAsReduceAndRemedied
public int getMarkedAsReduceAndRemedied()
-
setMarkedAsReduceAndRemedied
public void setMarkedAsReduceAndRemedied(int value)
-
getMarkedAsNotDecide
public int getMarkedAsNotDecide()
-
setMarkedAsNotDecide
public void setMarkedAsNotDecide(int value)
-
getWithoutResponse
public int getWithoutResponse()
-
setWithoutResponse
public void setWithoutResponse(int value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
markedAsAccept
public AccessCertificationCasesStatisticsType markedAsAccept(int value)
-
markedAsRevoke
public AccessCertificationCasesStatisticsType markedAsRevoke(int value)
-
markedAsRevokeAndRemedied
public AccessCertificationCasesStatisticsType markedAsRevokeAndRemedied(int value)
-
markedAsReduce
public AccessCertificationCasesStatisticsType markedAsReduce(int value)
-
markedAsReduceAndRemedied
public AccessCertificationCasesStatisticsType markedAsReduceAndRemedied(int value)
-
markedAsNotDecide
public AccessCertificationCasesStatisticsType markedAsNotDecide(int value)
-
withoutResponse
public AccessCertificationCasesStatisticsType withoutResponse(int value)
-
id
public AccessCertificationCasesStatisticsType id(Long value)
-
clone
public AccessCertificationCasesStatisticsType clone()
-
-