Class RelationDefinitionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class RelationDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of a single (custom) relation.

    Java class for RelationDefinitionType complex type.

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

     <complexType name="RelationDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ref" type="{http://www.w3.org/2001/XMLSchema}QName"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType" minOccurs="0"/>
             <element name="category" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AreaCategoryType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="defaultFor" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RelationKindType" minOccurs="0"/>
             <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RelationKindType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="processedOnLogin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="processedOnRecompute" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="storedIntoParentOrgRef" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="automaticallyMatched" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="staticallyDefined" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form