Class AssociationAdditionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AssociationAdditionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Container for association-to-be-added in the context: resource shadow discriminator.

    Java class for AssociationAdditionType complex type.

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

     <complexType name="AssociationAdditionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="association" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowAssociationType"/>
             <element name="resourceShadowDiscriminator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorType"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form