Class AccessCertificationDefinitionForReportType

  • All Implemented Interfaces:
    Containerable, JaxbVisitable, Objectable, Serializable, Cloneable

    public class AccessCertificationDefinitionForReportType
    extends AbstractAccessCertificationDefinitionType
    implements Serializable, Cloneable
    Access certification definition augmented with report-related information (e.g. number of campaigns). EXPERIMENTAL. It is to be seen if this form is OK.

    Java class for AccessCertificationDefinitionForReportType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AccessCertificationDefinitionForReportType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractAccessCertificationDefinitionType">
           <sequence>
             <element name="campaigns" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="openCampaigns" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form