Class ErrorSelectorType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ErrorSelectorType
    extends Object
    implements Serializable, Cloneable, Containerable
    Selects error categories, e.g. for the purpose of criticality definition, selection which error types to handle, etc. EXPERIMENTAL: use with care

    Java class for ErrorSelectorType complex type.

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

     <complexType name="ErrorSelectorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="network" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CriticalityType" minOccurs="0"/>
             <element name="security" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CriticalityType" minOccurs="0"/>
             <element name="policy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CriticalityType" minOccurs="0"/>
             <element name="schema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CriticalityType" minOccurs="0"/>
             <element name="configuration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CriticalityType" minOccurs="0"/>
             <element name="unsupported" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CriticalityType" minOccurs="0"/>
             <element name="generic" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CriticalityType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form