@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class TIFFFormatParams
extends java.lang.Object
implements java.io.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="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.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="RowsPerStrip" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<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.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TileSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="WhiteIsZero" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TIFFFormatParams.ByteOrder
Java class for null.
|
static class |
TIFFFormatParams.Segmentation
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected TIFFFormatParams.ByteOrder |
byteOrder |
protected java.lang.Integer |
interleaving |
protected java.lang.Integer |
rowsPerStrip |
protected TIFFFormatParams.Segmentation |
segmentation |
protected java.lang.Integer |
separationNameTag |
protected java.util.List<TIFFEmbeddedFile> |
tiffEmbeddedFile |
protected java.util.List<TIFFtag> |
tifFtag |
protected XYPair |
tileSize |
protected java.lang.Boolean |
whiteIsZero |
| Constructor and Description |
|---|
TIFFFormatParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
TIFFFormatParams.ByteOrder |
getByteOrder()
Gets the value of the byteOrder property.
|
java.lang.Integer |
getInterleaving()
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.Integer |
getRowsPerStrip()
Gets the value of the rowsPerStrip property.
|
TIFFFormatParams.Segmentation |
getSegmentation()
Gets the value of the segmentation property.
|
java.lang.Integer |
getSeparationNameTag()
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.
|
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) |
java.lang.Boolean |
isWhiteIsZero()
Gets the value of the whiteIsZero property.
|
void |
setByteOrder(TIFFFormatParams.ByteOrder 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(TIFFFormatParams.Segmentation value)
Sets the value of the segmentation property.
|
void |
setSeparationNameTag(java.lang.Integer value)
Sets the value of the separationNameTag property.
|
void |
setTileSize(XYPair value)
Sets the value of the tileSize property.
|
void |
setWhiteIsZero(java.lang.Boolean value)
Sets the value of the whiteIsZero property.
|
TIFFFormatParams |
withByteOrder(TIFFFormatParams.ByteOrder value) |
TIFFFormatParams |
withInterleaving(java.lang.Integer value) |
TIFFFormatParams |
withRowsPerStrip(java.lang.Integer value) |
TIFFFormatParams |
withSegmentation(TIFFFormatParams.Segmentation value) |
TIFFFormatParams |
withSeparationNameTag(java.lang.Integer value) |
TIFFFormatParams |
withTIFFEmbeddedFile(java.util.Collection<TIFFEmbeddedFile> values) |
TIFFFormatParams |
withTIFFEmbeddedFile(TIFFEmbeddedFile... values) |
TIFFFormatParams |
withTIFFtag(java.util.Collection<TIFFtag> values) |
TIFFFormatParams |
withTIFFtag(TIFFtag... values) |
TIFFFormatParams |
withTileSize(XYPair value) |
TIFFFormatParams |
withWhiteIsZero(java.lang.Boolean value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<TIFFEmbeddedFile> tiffEmbeddedFile
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<TIFFtag> tifFtag
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected TIFFFormatParams.ByteOrder byteOrder
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer interleaving
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer rowsPerStrip
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected TIFFFormatParams.Segmentation segmentation
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer separationNameTag
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected XYPair tileSize
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean whiteIsZero
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.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="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.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="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public TIFFFormatParams.ByteOrder getByteOrder()
TIFFFormatParams.ByteOrder@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setByteOrder(TIFFFormatParams.ByteOrder value)
value - allowed object is
TIFFFormatParams.ByteOrder@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getInterleaving()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setInterleaving(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getRowsPerStrip()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setRowsPerStrip(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public TIFFFormatParams.Segmentation getSegmentation()
TIFFFormatParams.Segmentation@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setSegmentation(TIFFFormatParams.Segmentation value)
value - allowed object is
TIFFFormatParams.Segmentation@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getSeparationNameTag()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setSeparationNameTag(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public XYPair getTileSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00: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="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isWhiteIsZero()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setWhiteIsZero(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public TIFFFormatParams withTIFFEmbeddedFile(TIFFEmbeddedFile... values)
public TIFFFormatParams withTIFFEmbeddedFile(java.util.Collection<TIFFEmbeddedFile> values)
public TIFFFormatParams withTIFFtag(TIFFtag... values)
public TIFFFormatParams withTIFFtag(java.util.Collection<TIFFtag> values)
public TIFFFormatParams withByteOrder(TIFFFormatParams.ByteOrder value)
public TIFFFormatParams withInterleaving(java.lang.Integer value)
public TIFFFormatParams withRowsPerStrip(java.lang.Integer value)
public TIFFFormatParams withSegmentation(TIFFFormatParams.Segmentation value)
public TIFFFormatParams withSeparationNameTag(java.lang.Integer value)
public TIFFFormatParams withTileSize(XYPair value)
public TIFFFormatParams withWhiteIsZero(java.lang.Boolean value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object