public class TIFFFormatParams
extends java.lang.Object
implements java.io.Serializable
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>
<choice>
<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"/>
</choice>
</sequence>
<attribute name="WhiteIsZero" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Segmentation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ByteOrder" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="TileSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="RowsPerStrip" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Interleaving" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SeparationNameTag" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
byteOrder |
protected java.lang.Integer |
interleaving |
protected java.lang.Integer |
rowsPerStrip |
protected java.lang.String |
segmentation |
protected java.lang.Integer |
separationNameTag |
protected java.util.List<TIFFEmbeddedFile> |
tiffEmbeddedFiles |
protected java.util.List<TIFFtag> |
tifFtags |
protected java.util.List<java.lang.Double> |
tileSizes |
protected java.lang.Boolean |
whiteIsZero |
| Constructor and Description |
|---|
TIFFFormatParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getByteOrder()
Gets the value of the byteOrder property.
|
java.lang.Integer |
getInterleaving()
Gets the value of the interleaving property.
|
java.lang.Integer |
getRowsPerStrip()
Gets the value of the rowsPerStrip property.
|
java.lang.String |
getSegmentation()
Gets the value of the segmentation property.
|
java.lang.Integer |
getSeparationNameTag()
Gets the value of the separationNameTag property.
|
java.util.List<TIFFEmbeddedFile> |
getTIFFEmbeddedFiles()
Gets the value of the tiffEmbeddedFiles property.
|
java.util.List<TIFFtag> |
getTIFFtags()
Gets the value of the tifFtags property.
|
java.util.List<java.lang.Double> |
getTileSizes()
Gets the value of the tileSizes property.
|
java.lang.Boolean |
getWhiteIsZero()
Gets the value of the whiteIsZero property.
|
void |
setByteOrder(java.lang.String value)
Sets the value of the byteOrder property.
|
void |
setInterleaving(java.lang.Integer value)
Sets the value of the interleaving property.
|
void |
setRowsPerStrip(java.lang.Integer value)
Sets the value of the rowsPerStrip property.
|
void |
setSegmentation(java.lang.String value)
Sets the value of the segmentation property.
|
void |
setSeparationNameTag(java.lang.Integer value)
Sets the value of the separationNameTag property.
|
void |
setWhiteIsZero(java.lang.Boolean value)
Sets the value of the whiteIsZero property.
|
protected java.util.List<TIFFtag> tifFtags
protected java.util.List<TIFFEmbeddedFile> tiffEmbeddedFiles
protected java.lang.Boolean whiteIsZero
protected java.lang.String segmentation
protected java.lang.String byteOrder
protected java.util.List<java.lang.Double> tileSizes
protected java.lang.Integer rowsPerStrip
protected java.lang.Integer interleaving
protected java.lang.Integer separationNameTag
public java.util.List<TIFFtag> getTIFFtags()
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 tifFtags property.
For example, to add a new item, do as follows:
getTIFFtags().add(newItem);
Objects of the following type(s) are allowed in the list
TIFFtag
public java.util.List<TIFFEmbeddedFile> getTIFFEmbeddedFiles()
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 tiffEmbeddedFiles property.
For example, to add a new item, do as follows:
getTIFFEmbeddedFiles().add(newItem);
Objects of the following type(s) are allowed in the list
TIFFEmbeddedFile
public java.lang.Boolean getWhiteIsZero()
Booleanpublic void setWhiteIsZero(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSegmentation()
Stringpublic void setSegmentation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getByteOrder()
Stringpublic void setByteOrder(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getTileSizes()
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 tileSizes property.
For example, to add a new item, do as follows:
getTileSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Integer getRowsPerStrip()
Integerpublic void setRowsPerStrip(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getInterleaving()
Integerpublic void setInterleaving(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSeparationNameTag()
Integerpublic void setSeparationNameTag(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.