public class TIFFFormatParams extends Object implements 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 String |
byteOrder |
protected Integer |
interleaving |
protected Integer |
rowsPerStrip |
protected String |
segmentation |
protected Integer |
separationNameTag |
protected List<TIFFEmbeddedFile> |
tiffEmbeddedFiles |
protected List<TIFFtag> |
tifFtags |
protected List<Double> |
tileSizes |
protected Boolean |
whiteIsZero |
| Constructor and Description |
|---|
TIFFFormatParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getByteOrder()
Gets the value of the byteOrder property.
|
Integer |
getInterleaving()
Gets the value of the interleaving property.
|
Integer |
getRowsPerStrip()
Gets the value of the rowsPerStrip property.
|
String |
getSegmentation()
Gets the value of the segmentation property.
|
Integer |
getSeparationNameTag()
Gets the value of the separationNameTag property.
|
List<TIFFEmbeddedFile> |
getTIFFEmbeddedFiles()
Gets the value of the tiffEmbeddedFiles property.
|
List<TIFFtag> |
getTIFFtags()
Gets the value of the tifFtags property.
|
List<Double> |
getTileSizes()
Gets the value of the tileSizes property.
|
Boolean |
isWhiteIsZero()
Gets the value of the whiteIsZero property.
|
void |
setByteOrder(String value)
Sets the value of the byteOrder property.
|
void |
setInterleaving(Integer value)
Sets the value of the interleaving property.
|
void |
setRowsPerStrip(Integer value)
Sets the value of the rowsPerStrip property.
|
void |
setSegmentation(String value)
Sets the value of the segmentation property.
|
void |
setSeparationNameTag(Integer value)
Sets the value of the separationNameTag property.
|
void |
setWhiteIsZero(Boolean value)
Sets the value of the whiteIsZero property.
|
protected List<TIFFEmbeddedFile> tiffEmbeddedFiles
protected Boolean whiteIsZero
protected String segmentation
protected String byteOrder
protected Integer rowsPerStrip
protected Integer interleaving
protected Integer separationNameTag
public 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 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 Boolean isWhiteIsZero()
Booleanpublic void setWhiteIsZero(Boolean value)
value - allowed object is
Booleanpublic String getSegmentation()
Stringpublic void setSegmentation(String value)
value - allowed object is
Stringpublic String getByteOrder()
Stringpublic void setByteOrder(String value)
value - allowed object is
Stringpublic List<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 Integer getRowsPerStrip()
Integerpublic void setRowsPerStrip(Integer value)
value - allowed object is
Integerpublic Integer getInterleaving()
Integerpublic void setInterleaving(Integer value)
value - allowed object is
Integerpublic Integer getSeparationNameTag()
IntegerCopyright © 2012. All Rights Reserved.