Class ShadowAssociationType

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

    public class ShadowAssociationType
    extends Object
    implements Serializable, Cloneable, Containerable
    TODO <p>Java class for ShadowAssociationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ShadowAssociationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="shadowRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="identifiers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowIdentifiersType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form