Class RelationsDefinitionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class RelationsDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of (custom) relations.

    Java class for RelationsDefinitionType complex type.

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

     <complexType name="RelationsDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="relation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RelationDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="includeDefaultRelations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form