Class ObjectTypeSearchItemConfigurationType

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

    public class ObjectTypeSearchItemConfigurationType
    extends UserInterfaceFeatureType
    implements Serializable, Cloneable, Containerable
    Configuration for default object type.

    Java class for ObjectTypeSearchItemConfigurationType complex type.

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

     <complexType name="ObjectTypeSearchItemConfigurationType">
       <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="supportedTypes" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form