Class GenericPcpAspectConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class GenericPcpAspectConfigurationType
    extends PcpAspectConfigurationType
    implements Serializable, Cloneable, Containerable
    A generic configuration for a wf aspect. It is meant for non-standard aspects. (Standard aspects use named properties in PrimaryChangeProcessorConfigurationType container.)

    Java class for GenericPcpAspectConfigurationType complex type.

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

     <complexType name="GenericPcpAspectConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PcpAspectConfigurationType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form