Class RelationDefinitionType

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

    public class RelationDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of a single (custom) relation. <p>Java class for RelationDefinitionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="RelationDefinitionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="ref" type="{http://www.w3.org/2001/XMLSchema}QName"/&gt; &lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType" minOccurs="0"/&gt; &lt;element name="category" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AreaCategoryType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="defaultFor" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RelationKindType" minOccurs="0"/&gt; &lt;element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RelationKindType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="processedOnLogin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="processedOnRecompute" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="storedIntoParentOrgRef" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="automaticallyMatched" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="staticallyDefined" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form