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>
<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="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> |
tiffEmbeddedFile |
protected List<TIFFtag> |
tifFtag |
protected XYPair |
tileSize |
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> |
getTIFFEmbeddedFile()
Gets the value of the tiffEmbeddedFile property.
|
List<TIFFtag> |
getTIFFtag()
Gets the value of the tifFtag property.
|
XYPair |
getTileSize()
Gets the value of the tileSize 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 |
setTileSize(XYPair value)
Sets the value of the tileSize property.
|
void |
setWhiteIsZero(Boolean value)
Sets the value of the whiteIsZero property.
|
protected List<TIFFEmbeddedFile> tiffEmbeddedFile
protected Boolean whiteIsZero
protected String segmentation
protected String byteOrder
protected XYPair tileSize
protected Integer rowsPerStrip
protected Integer interleaving
protected Integer separationNameTag
public List<TIFFEmbeddedFile> getTIFFEmbeddedFile()
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
public List<TIFFtag> getTIFFtag()
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
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 XYPair getTileSize()
Stringpublic void setTileSize(XYPair value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.