Class PersonaConstructionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class PersonaConstructionType
    extends AbstractConstructionType
    implements Serializable, Cloneable, Containerable
    Persona construction. This structure defines how a persona (e.g. virtual identity) should be constructed.

    Java class for PersonaConstructionType complex type.

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

     <complexType name="PersonaConstructionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractConstructionType">
           <sequence>
             <element name="targetType" type="{http://www.w3.org/2001/XMLSchema}QName"/>
             <element name="targetSubtype" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
             <element name="objectMappingRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form