Class TIFFFormatParams

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

    public class TIFFFormatParams
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}TIFFEmbeddedFile" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}TIFFtag" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="ByteOrder">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="II"/>
                 <enumeration value="MM"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Interleaving" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="RowsPerStrip" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Segmentation">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="SingleStrip"/>
                 <enumeration value="Stripped"/>
                 <enumeration value="Tiled"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="SeparationNameTag" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="TileSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="WhiteIsZero" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • tifFtag

        protected java.util.List<TIFFtag> tifFtag
      • interleaving

        protected java.lang.Integer interleaving
      • rowsPerStrip

        protected java.lang.Integer rowsPerStrip
      • separationNameTag

        protected java.lang.Integer separationNameTag
      • tileSize

        protected XYPair tileSize
      • whiteIsZero

        protected java.lang.Boolean whiteIsZero
    • Constructor Detail

      • TIFFFormatParams

        public TIFFFormatParams()
    • Method Detail

      • getTIFFEmbeddedFile

        public java.util.List<TIFFEmbeddedFile> getTIFFEmbeddedFile()
        Gets the value of the tiffEmbeddedFile 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 tiffEmbeddedFile property.

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

            getTIFFEmbeddedFile().add(newItem);
         

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

      • getTIFFtag

        public java.util.List<TIFFtag> getTIFFtag()
        Gets the value of the tifFtag 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 tifFtag property.

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

            getTIFFtag().add(newItem);
         

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

      • getInterleaving

        public java.lang.Integer getInterleaving()
        Gets the value of the interleaving property.
        Returns:
        possible object is Integer
      • setInterleaving

        public void setInterleaving​(java.lang.Integer value)
        Sets the value of the interleaving property.
        Parameters:
        value - allowed object is Integer
      • getRowsPerStrip

        public java.lang.Integer getRowsPerStrip()
        Gets the value of the rowsPerStrip property.
        Returns:
        possible object is Integer
      • setRowsPerStrip

        public void setRowsPerStrip​(java.lang.Integer value)
        Sets the value of the rowsPerStrip property.
        Parameters:
        value - allowed object is Integer
      • getSeparationNameTag

        public java.lang.Integer getSeparationNameTag()
        Gets the value of the separationNameTag property.
        Returns:
        possible object is Integer
      • setSeparationNameTag

        public void setSeparationNameTag​(java.lang.Integer value)
        Sets the value of the separationNameTag property.
        Parameters:
        value - allowed object is Integer
      • getTileSize

        public XYPair getTileSize()
        Gets the value of the tileSize property.
        Returns:
        possible object is String
      • setTileSize

        public void setTileSize​(XYPair value)
        Sets the value of the tileSize property.
        Parameters:
        value - allowed object is String
      • isWhiteIsZero

        public java.lang.Boolean isWhiteIsZero()
        Gets the value of the whiteIsZero property.
        Returns:
        possible object is Boolean
      • setWhiteIsZero

        public void setWhiteIsZero​(java.lang.Boolean value)
        Sets the value of the whiteIsZero property.
        Parameters:
        value - allowed object is Boolean
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withInterleaving

        public TIFFFormatParams withInterleaving​(java.lang.Integer value)
      • withRowsPerStrip

        public TIFFFormatParams withRowsPerStrip​(java.lang.Integer value)
      • withSeparationNameTag

        public TIFFFormatParams withSeparationNameTag​(java.lang.Integer value)
      • withWhiteIsZero

        public TIFFFormatParams withWhiteIsZero​(java.lang.Boolean value)
      • 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
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object