Class ModelCompareOptionsType

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

    public class ModelCompareOptionsType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    EXPERIMENTAL. TODO

    Java class for ModelCompareOptionsType complex type.

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

     <complexType name="ModelCompareOptionsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="computeCurrentToProvided" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="computeProvidedToCurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="returnNormalized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="returnCurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="ignoreOperationalItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • computeCurrentToProvided

        protected Boolean computeCurrentToProvided
      • computeProvidedToCurrent

        protected Boolean computeProvidedToCurrent
      • returnNormalized

        protected Boolean returnNormalized
      • returnCurrent

        protected Boolean returnCurrent
      • ignoreOperationalItems

        protected Boolean ignoreOperationalItems
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_COMPUTE_CURRENT_TO_PROVIDED

        public static final ItemName F_COMPUTE_CURRENT_TO_PROVIDED
      • F_COMPUTE_PROVIDED_TO_CURRENT

        public static final ItemName F_COMPUTE_PROVIDED_TO_CURRENT
      • F_RETURN_NORMALIZED

        public static final ItemName F_RETURN_NORMALIZED
      • F_RETURN_CURRENT

        public static final ItemName F_RETURN_CURRENT
      • F_IGNORE_OPERATIONAL_ITEMS

        public static final ItemName F_IGNORE_OPERATIONAL_ITEMS
    • Constructor Detail

      • ModelCompareOptionsType

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

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

      • isComputeCurrentToProvided

        public Boolean isComputeCurrentToProvided()
        Gets the value of the computeCurrentToProvided property.
        Returns:
        possible object is Boolean
      • setComputeCurrentToProvided

        public void setComputeCurrentToProvided​(Boolean value)
        Sets the value of the computeCurrentToProvided property.
        Parameters:
        value - allowed object is Boolean
      • isComputeProvidedToCurrent

        public Boolean isComputeProvidedToCurrent()
        Gets the value of the computeProvidedToCurrent property.
        Returns:
        possible object is Boolean
      • setComputeProvidedToCurrent

        public void setComputeProvidedToCurrent​(Boolean value)
        Sets the value of the computeProvidedToCurrent property.
        Parameters:
        value - allowed object is Boolean
      • isReturnNormalized

        public Boolean isReturnNormalized()
        Gets the value of the returnNormalized property.
        Returns:
        possible object is Boolean
      • setReturnNormalized

        public void setReturnNormalized​(Boolean value)
        Sets the value of the returnNormalized property.
        Parameters:
        value - allowed object is Boolean
      • isReturnCurrent

        public Boolean isReturnCurrent()
        Gets the value of the returnCurrent property.
        Returns:
        possible object is Boolean
      • setReturnCurrent

        public void setReturnCurrent​(Boolean value)
        Sets the value of the returnCurrent property.
        Parameters:
        value - allowed object is Boolean
      • isIgnoreOperationalItems

        public Boolean isIgnoreOperationalItems()
        Gets the value of the ignoreOperationalItems property.
        Returns:
        possible object is Boolean
      • setIgnoreOperationalItems

        public void setIgnoreOperationalItems​(Boolean value)
        Sets the value of the ignoreOperationalItems 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