Class ImageEnhancementParams

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    @Generated(value="com.sun.tools.xjc.Driver",
               date="2020-06-05T09:32:04+00:00",
               comments="JAXB RI v2.3.2")
    public class ImageEnhancementParams
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ImageEnhancementParams complex type.

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

     <complexType name="ImageEnhancementParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ImageEnhancementOp" maxOccurs="unbounded"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • imageEnhancementOp

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-06-05T09:32:04+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.util.List<ImageEnhancementOp> imageEnhancementOp
    • Constructor Detail

      • ImageEnhancementParams

        public ImageEnhancementParams()
    • Method Detail

      • getImageEnhancementOp

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-06-05T09:32:04+00:00",
                   comments="JAXB RI v2.3.2")
        public java.util.List<ImageEnhancementOp> getImageEnhancementOp()
        Gets the value of the imageEnhancementOp property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the imageEnhancementOp property.

        For example, to add a new item, do as follows:

            getImageEnhancementOp().add(newItem);
         

        Objects of the following type(s) are allowed in the list ImageEnhancementOp

      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class SpecificResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class SpecificResource