Class ScopeSearchItemConfigurationType

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

    public class ScopeSearchItemConfigurationType
    extends UserInterfaceFeatureType
    implements Serializable, Cloneable, Containerable
    Configuration for scope search item.

    Java class for ScopeSearchItemConfigurationType complex type.

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

     <complexType name="ScopeSearchItemConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType">
           <sequence>
             <element name="defaultValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxScopeType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form