Class PersonaConstructionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, 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. <p>Java class for PersonaConstructionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PersonaConstructionType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractConstructionType"&gt; &lt;sequence&gt; &lt;element name="targetType" type="{http://www.w3.org/2001/XMLSchema}QName"/&gt; &lt;element name="targetSubtype" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt; &lt;element name="objectMappingRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form