Class RelationSearchItemConfigurationType

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

    public class RelationSearchItemConfigurationType
    extends UserInterfaceFeatureType
    implements Serializable, Cloneable, Containerable
    Configuration for relation search item.

    Java class for RelationSearchItemConfigurationType complex type.

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

     <complexType name="RelationSearchItemConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType">
           <sequence>
             <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="supportedRelations" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form