Class TIFFFormatParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.TIFFFormatParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class TIFFFormatParams extends java.lang.Object implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTIFFFormatParams.ByteOrderJava class for null.static classTIFFFormatParams.SegmentationJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected TIFFFormatParams.ByteOrderbyteOrderprotected java.lang.Integerinterleavingprotected java.lang.IntegerrowsPerStripprotected TIFFFormatParams.Segmentationsegmentationprotected java.lang.IntegerseparationNameTagprotected java.util.List<TIFFEmbeddedFile>tiffEmbeddedFileprotected java.util.List<TIFFtag>tifFtagprotected XYPairtileSizeprotected java.lang.BooleanwhiteIsZero
-
Constructor Summary
Constructors Constructor Description TIFFFormatParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)TIFFFormatParams.ByteOrdergetByteOrder()Gets the value of the byteOrder property.java.lang.IntegergetInterleaving()Gets the value of the interleaving property.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.java.lang.IntegergetRowsPerStrip()Gets the value of the rowsPerStrip property.TIFFFormatParams.SegmentationgetSegmentation()Gets the value of the segmentation property.java.lang.IntegergetSeparationNameTag()Gets the value of the separationNameTag property.java.util.List<TIFFEmbeddedFile>getTIFFEmbeddedFile()Gets the value of the tiffEmbeddedFile property.java.util.List<TIFFtag>getTIFFtag()Gets the value of the tifFtag property.XYPairgetTileSize()Gets the value of the tileSize property.inthashCode()java.lang.BooleanisWhiteIsZero()Gets the value of the whiteIsZero property.voidsetByteOrder(TIFFFormatParams.ByteOrder value)Sets the value of the byteOrder property.voidsetInterleaving(java.lang.Integer value)Sets the value of the interleaving property.voidsetRowsPerStrip(java.lang.Integer value)Sets the value of the rowsPerStrip property.voidsetSegmentation(TIFFFormatParams.Segmentation value)Sets the value of the segmentation property.voidsetSeparationNameTag(java.lang.Integer value)Sets the value of the separationNameTag property.voidsetTileSize(XYPair value)Sets the value of the tileSize property.voidsetWhiteIsZero(java.lang.Boolean value)Sets the value of the whiteIsZero property.TIFFFormatParamswithByteOrder(TIFFFormatParams.ByteOrder value)TIFFFormatParamswithInterleaving(java.lang.Integer value)TIFFFormatParamswithRowsPerStrip(java.lang.Integer value)TIFFFormatParamswithSegmentation(TIFFFormatParams.Segmentation value)TIFFFormatParamswithSeparationNameTag(java.lang.Integer value)TIFFFormatParamswithTIFFEmbeddedFile(java.util.Collection<TIFFEmbeddedFile> values)TIFFFormatParamswithTIFFEmbeddedFile(TIFFEmbeddedFile... values)TIFFFormatParamswithTIFFtag(java.util.Collection<TIFFtag> values)TIFFFormatParamswithTIFFtag(TIFFtag... values)TIFFFormatParamswithTileSize(XYPair value)TIFFFormatParamswithWhiteIsZero(java.lang.Boolean value)
-
-
-
Field Detail
-
tiffEmbeddedFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<TIFFEmbeddedFile> tiffEmbeddedFile
-
tifFtag
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<TIFFtag> tifFtag
-
byteOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected TIFFFormatParams.ByteOrder byteOrder
-
interleaving
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer interleaving
-
rowsPerStrip
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer rowsPerStrip
-
segmentation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected TIFFFormatParams.Segmentation segmentation
-
separationNameTag
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer separationNameTag
-
tileSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair tileSize
-
whiteIsZero
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Boolean whiteIsZero
-
-
Method Detail
-
getTIFFEmbeddedFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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 Jakarta XML Binding 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- Returns:
- The value of the tiffEmbeddedFile property.
-
getTIFFtag
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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 Jakarta XML Binding 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- Returns:
- The value of the tifFtag property.
-
getByteOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") public void setInterleaving(java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") public void setRowsPerStrip(java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") public void setSeparationNameTag(java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") public void setWhiteIsZero(java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") 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
-
withTIFFEmbeddedFile
public TIFFFormatParams withTIFFEmbeddedFile(TIFFEmbeddedFile... values)
-
withTIFFEmbeddedFile
public TIFFFormatParams withTIFFEmbeddedFile(java.util.Collection<TIFFEmbeddedFile> values)
-
withTIFFtag
public TIFFFormatParams withTIFFtag(TIFFtag... values)
-
withTIFFtag
public TIFFFormatParams withTIFFtag(java.util.Collection<TIFFtag> values)
-
withByteOrder
public TIFFFormatParams withByteOrder(TIFFFormatParams.ByteOrder value)
-
withInterleaving
public TIFFFormatParams withInterleaving(java.lang.Integer value)
-
withRowsPerStrip
public TIFFFormatParams withRowsPerStrip(java.lang.Integer value)
-
withSegmentation
public TIFFFormatParams withSegmentation(TIFFFormatParams.Segmentation value)
-
withSeparationNameTag
public TIFFFormatParams withSeparationNameTag(java.lang.Integer value)
-
withTileSize
public TIFFFormatParams withTileSize(XYPair value)
-
withWhiteIsZero
public TIFFFormatParams withWhiteIsZero(java.lang.Boolean value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-