Class FetchErrorHandlingType

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

    public class FetchErrorHandlingType
    extends Object
    implements Serializable, Cloneable, Containerable
    How should be errors during object fetch process handled and reported.

    Java class for FetchErrorHandlingType complex type.

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

     <complexType name="FetchErrorHandlingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="reportingMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FetchErrorReportingMethodType"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form