Class TIFFFormatParams
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TIFFFormatParams.ByteOrderprotected Integerprotected Integerprotected TIFFFormatParams.Segmentationprotected Integerprotected List<TIFFEmbeddedFile>protected XYPairprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the byteOrder property.Gets the value of the interleaving property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the rowsPerStrip property.Gets the value of the segmentation property.Gets the value of the separationNameTag property.Gets the value of the tiffEmbeddedFile property.Gets the value of the tifFtag property.Gets the value of the tileSize property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the whiteIsZero property.voidSets the value of the byteOrder property.voidsetInterleaving(Integer value) Sets the value of the interleaving property.voidsetRowsPerStrip(Integer value) Sets the value of the rowsPerStrip property.voidSets the value of the segmentation property.voidsetSeparationNameTag(Integer value) Sets the value of the separationNameTag property.voidsetTileSize(XYPair value) Sets the value of the tileSize property.voidsetWhiteIsZero(Boolean value) Sets the value of the whiteIsZero property.withInterleaving(Integer value) withRowsPerStrip(Integer value) withSeparationNameTag(Integer value) withTIFFEmbeddedFile(TIFFEmbeddedFile... values) withTIFFtag(Collection<TIFFtag> values) withTIFFtag(TIFFtag... values) withTileSize(XYPair value) withWhiteIsZero(Boolean value)
-
Field Details
-
tiffEmbeddedFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<TIFFEmbeddedFile> tiffEmbeddedFile -
tifFtag
-
byteOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected TIFFFormatParams.ByteOrder byteOrder -
interleaving
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer interleaving -
rowsPerStrip
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer rowsPerStrip -
segmentation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected TIFFFormatParams.Segmentation segmentation -
separationNameTag
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer separationNameTag -
tileSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair tileSize -
whiteIsZero
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean whiteIsZero
-
-
Constructor Details
-
TIFFFormatParams
public TIFFFormatParams()
-
-
Method Details
-
getTIFFEmbeddedFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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
setmethod 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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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
setmethod 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 -
getByteOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public TIFFFormatParams.ByteOrder getByteOrder()Gets the value of the byteOrder property.- Returns:
- possible object is
TIFFFormatParams.ByteOrder
-
setByteOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setByteOrder(TIFFFormatParams.ByteOrder value) Sets the value of the byteOrder property.- Parameters:
value- allowed object isTIFFFormatParams.ByteOrder
-
getInterleaving
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getInterleaving()Gets the value of the interleaving property.- Returns:
- possible object is
Integer
-
setInterleaving
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setInterleaving(Integer value) Sets the value of the interleaving property.- Parameters:
value- allowed object isInteger
-
getRowsPerStrip
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getRowsPerStrip()Gets the value of the rowsPerStrip property.- Returns:
- possible object is
Integer
-
setRowsPerStrip
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRowsPerStrip(Integer value) Sets the value of the rowsPerStrip property.- Parameters:
value- allowed object isInteger
-
getSegmentation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public TIFFFormatParams.Segmentation getSegmentation()Gets the value of the segmentation property.- Returns:
- possible object is
TIFFFormatParams.Segmentation
-
setSegmentation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSegmentation(TIFFFormatParams.Segmentation value) Sets the value of the segmentation property.- Parameters:
value- allowed object isTIFFFormatParams.Segmentation
-
getSeparationNameTag
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getSeparationNameTag()Gets the value of the separationNameTag property.- Returns:
- possible object is
Integer
-
setSeparationNameTag
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSeparationNameTag(Integer value) Sets the value of the separationNameTag property.- Parameters:
value- allowed object isInteger
-
getTileSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getTileSize()Gets the value of the tileSize property.- Returns:
- possible object is
String
-
setTileSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTileSize(XYPair value) Sets the value of the tileSize property.- Parameters:
value- allowed object isString
-
isWhiteIsZero
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isWhiteIsZero()Gets the value of the whiteIsZero property.- Returns:
- possible object is
Boolean
-
setWhiteIsZero
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setWhiteIsZero(Boolean value) Sets the value of the whiteIsZero property.- Parameters:
value- allowed object isBoolean
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
-
withTIFFEmbeddedFile
-
withTIFFEmbeddedFile
-
withTIFFtag
-
withTIFFtag
-
withByteOrder
-
withInterleaving
-
withRowsPerStrip
-
withSegmentation
-
withSeparationNameTag
-
withTileSize
-
withWhiteIsZero
-
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.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-