Class GetOperationOptionsType

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

    public class GetOperationOptionsType
    extends Object
    implements Serializable, Cloneable, Containerable
    See GetOperationOptions for a description.

    Java class for GetOperationOptionsType complex type.

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

     <complexType name="GetOperationOptionsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="retrieve" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RetrieveOptionType" minOccurs="0"/>
             <element name="resolve" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="resolveNames" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="noFetch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="raw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="tolerateRawData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="noDiscovery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="allowNotFound" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="pointInTimeType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PointInTimeTypeType" minOccurs="0"/>
             <element name="staleness" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="distinct" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="definitionProcessing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DefinitionProcessingOptionType" minOccurs="0"/>
             <element name="iterationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IterationMethodType" minOccurs="0"/>
             <element name="errorHandling" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FetchErrorHandlingType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form