Class 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. <p>Java class for AccessCertificationCasesStatisticsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AccessCertificationCasesStatisticsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="markedAsAccept" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="markedAsRevoke" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="markedAsRevokeAndRemedied" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="markedAsReduce" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="markedAsReduceAndRemedied" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="markedAsNotDecide" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="withoutResponse" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • 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)