@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public class TIFFFormatParams extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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.
|
TIFFFormatParams |
withByteOrder(String value) |
TIFFFormatParams |
withInterleaving(Integer value) |
TIFFFormatParams |
withRowsPerStrip(Integer value) |
TIFFFormatParams |
withSegmentation(String value) |
TIFFFormatParams |
withSeparationNameTag(Integer value) |
TIFFFormatParams |
withTIFFEmbeddedFile(Collection<TIFFEmbeddedFile> values) |
TIFFFormatParams |
withTIFFEmbeddedFile(TIFFEmbeddedFile... values) |
TIFFFormatParams |
withTIFFtag(Collection<TIFFtag> values) |
TIFFFormatParams |
withTIFFtag(TIFFtag... values) |
TIFFFormatParams |
withTileSize(XYPair value) |
TIFFFormatParams |
withWhiteIsZero(Boolean value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<TIFFEmbeddedFile> tiffEmbeddedFile
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<TIFFtag> tifFtag
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Boolean whiteIsZero
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String segmentation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String byteOrder
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected XYPair tileSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer rowsPerStrip
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer interleaving
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer separationNameTag
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Boolean isWhiteIsZero()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setWhiteIsZero(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getSegmentation()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setSegmentation(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getByteOrder()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setByteOrder(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public XYPair getTileSize()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setTileSize(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getRowsPerStrip()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setRowsPerStrip(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getInterleaving()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setInterleaving(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getSeparationNameTag()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setSeparationNameTag(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withTIFFEmbeddedFile(TIFFEmbeddedFile... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withTIFFEmbeddedFile(Collection<TIFFEmbeddedFile> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withTIFFtag(TIFFtag... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withTIFFtag(Collection<TIFFtag> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withWhiteIsZero(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withSegmentation(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withByteOrder(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withTileSize(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withRowsPerStrip(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withInterleaving(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams withSeparationNameTag(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.