Class AccessCertificationConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AccessCertificationConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration for access certification.

    Java class for AccessCertificationConfigurationType complex type.

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

     <complexType name="AccessCertificationConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="availableResponse" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="reviewerCommentsFormatting" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PerformerCommentsFormattingType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form