Class GetOperationOptionsType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class GetOperationOptionsType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • resolve

        protected Boolean resolve
      • resolveNames

        protected Boolean resolveNames
      • noFetch

        protected Boolean noFetch
      • tolerateRawData

        protected Boolean tolerateRawData
      • noDiscovery

        protected Boolean noDiscovery
      • allowNotFound

        protected Boolean allowNotFound
      • staleness

        protected Long staleness
      • distinct

        protected Boolean distinct
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_RETRIEVE

        public static final ItemName F_RETRIEVE
      • F_RESOLVE

        public static final ItemName F_RESOLVE
      • F_RESOLVE_NAMES

        public static final ItemName F_RESOLVE_NAMES
      • F_NO_FETCH

        public static final ItemName F_NO_FETCH
      • F_RAW

        public static final ItemName F_RAW
      • F_TOLERATE_RAW_DATA

        public static final ItemName F_TOLERATE_RAW_DATA
      • F_NO_DISCOVERY

        public static final ItemName F_NO_DISCOVERY
      • F_ALLOW_NOT_FOUND

        public static final ItemName F_ALLOW_NOT_FOUND
      • F_POINT_IN_TIME_TYPE

        public static final ItemName F_POINT_IN_TIME_TYPE
      • F_STALENESS

        public static final ItemName F_STALENESS
      • F_DISTINCT

        public static final ItemName F_DISTINCT
      • F_DEFINITION_PROCESSING

        public static final ItemName F_DEFINITION_PROCESSING
    • Constructor Detail

      • GetOperationOptionsType

        public GetOperationOptionsType()
        Creates a new GetOperationOptionsType instance.
      • GetOperationOptionsType

        public GetOperationOptionsType​(GetOperationOptionsType o)
        Creates a new GetOperationOptionsType instance by deeply copying a given GetOperationOptionsType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.
    • Method Detail

      • isResolve

        public Boolean isResolve()
        Gets the value of the resolve property.
        Returns:
        possible object is Boolean
      • setResolve

        public void setResolve​(Boolean value)
        Sets the value of the resolve property.
        Parameters:
        value - allowed object is Boolean
      • isResolveNames

        public Boolean isResolveNames()
        Gets the value of the resolveNames property.
        Returns:
        possible object is Boolean
      • setResolveNames

        public void setResolveNames​(Boolean value)
        Sets the value of the resolveNames property.
        Parameters:
        value - allowed object is Boolean
      • isNoFetch

        public Boolean isNoFetch()
        Gets the value of the noFetch property.
        Returns:
        possible object is Boolean
      • setNoFetch

        public void setNoFetch​(Boolean value)
        Sets the value of the noFetch property.
        Parameters:
        value - allowed object is Boolean
      • isRaw

        public Boolean isRaw()
        Gets the value of the raw property.
        Returns:
        possible object is Boolean
      • setRaw

        public void setRaw​(Boolean value)
        Sets the value of the raw property.
        Parameters:
        value - allowed object is Boolean
      • isTolerateRawData

        public Boolean isTolerateRawData()
        Gets the value of the tolerateRawData property.
        Returns:
        possible object is Boolean
      • setTolerateRawData

        public void setTolerateRawData​(Boolean value)
        Sets the value of the tolerateRawData property.
        Parameters:
        value - allowed object is Boolean
      • isNoDiscovery

        public Boolean isNoDiscovery()
        Gets the value of the noDiscovery property.
        Returns:
        possible object is Boolean
      • setNoDiscovery

        public void setNoDiscovery​(Boolean value)
        Sets the value of the noDiscovery property.
        Parameters:
        value - allowed object is Boolean
      • isAllowNotFound

        public Boolean isAllowNotFound()
        Gets the value of the allowNotFound property.
        Returns:
        possible object is Boolean
      • setAllowNotFound

        public void setAllowNotFound​(Boolean value)
        Sets the value of the allowNotFound property.
        Parameters:
        value - allowed object is Boolean
      • setPointInTimeType

        public void setPointInTimeType​(PointInTimeTypeType value)
        Sets the value of the pointInTimeType property.
        Parameters:
        value - allowed object is PointInTimeTypeType
      • getStaleness

        public Long getStaleness()
        Gets the value of the staleness property.
        Returns:
        possible object is Long
      • setStaleness

        public void setStaleness​(Long value)
        Sets the value of the staleness property.
        Parameters:
        value - allowed object is Long
      • isDistinct

        public Boolean isDistinct()
        Gets the value of the distinct property.
        Returns:
        possible object is Boolean
      • setDistinct

        public void setDistinct​(Boolean value)
        Sets the value of the distinct property.
        Parameters:
        value - allowed object is Boolean
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals