Class AccessCertificationCasesStatisticsType

  • All Implemented Interfaces:
    Containerable, 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 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)