@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class RenderingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for RenderingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RenderingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AutomatedOverPrintParams" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ObjectResolution" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TIFFFormatParams" minOccurs="0"/>
</sequence>
<attribute name="BandHeight" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BandOrdering">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="BandMajor"/>
<enumeration value="ColorMajor"/>
</restriction>
</simpleType>
</attribute>
<attribute name="BandWidth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ColorantDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Interleaved" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MimeType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RenderingParams.BandOrdering
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected AutomatedOverPrintParams |
automatedOverPrintParams |
protected java.lang.Integer |
bandHeight |
protected RenderingParams.BandOrdering |
bandOrdering |
protected java.lang.Integer |
bandWidth |
protected java.lang.Integer |
colorantDepth |
protected java.lang.Boolean |
interleaved |
protected java.lang.String |
mimeType |
protected java.util.List<ObjectResolution> |
objectResolution |
protected TIFFFormatParams |
tiffFormatParams |
| Constructor and Description |
|---|
RenderingParams() |
| 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) |
AutomatedOverPrintParams |
getAutomatedOverPrintParams()
Gets the value of the automatedOverPrintParams property.
|
java.lang.Integer |
getBandHeight()
Gets the value of the bandHeight property.
|
RenderingParams.BandOrdering |
getBandOrdering()
Gets the value of the bandOrdering property.
|
java.lang.Integer |
getBandWidth()
Gets the value of the bandWidth property.
|
java.lang.Integer |
getColorantDepth()
Gets the value of the colorantDepth property.
|
java.lang.String |
getMimeType()
Gets the value of the mimeType property.
|
java.util.List<ObjectResolution> |
getObjectResolution()
Gets the value of the objectResolution property.
|
TIFFFormatParams |
getTIFFFormatParams()
Gets the value of the tiffFormatParams property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isInterleaved()
Gets the value of the interleaved property.
|
void |
setAutomatedOverPrintParams(AutomatedOverPrintParams value)
Sets the value of the automatedOverPrintParams property.
|
void |
setBandHeight(java.lang.Integer value)
Sets the value of the bandHeight property.
|
void |
setBandOrdering(RenderingParams.BandOrdering value)
Sets the value of the bandOrdering property.
|
void |
setBandWidth(java.lang.Integer value)
Sets the value of the bandWidth property.
|
void |
setColorantDepth(java.lang.Integer value)
Sets the value of the colorantDepth property.
|
void |
setInterleaved(java.lang.Boolean value)
Sets the value of the interleaved property.
|
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property.
|
void |
setTIFFFormatParams(TIFFFormatParams value)
Sets the value of the tiffFormatParams property.
|
RenderingParams |
withAutomatedOverPrintParams(AutomatedOverPrintParams value) |
RenderingParams |
withBandHeight(java.lang.Integer value) |
RenderingParams |
withBandOrdering(RenderingParams.BandOrdering value) |
RenderingParams |
withBandWidth(java.lang.Integer value) |
RenderingParams |
withColorantDepth(java.lang.Integer value) |
RenderingParams |
withInterleaved(java.lang.Boolean value) |
RenderingParams |
withMimeType(java.lang.String value) |
RenderingParams |
withObjectResolution(java.util.Collection<ObjectResolution> values) |
RenderingParams |
withObjectResolution(ObjectResolution... values) |
RenderingParams |
withTIFFFormatParams(TIFFFormatParams value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected AutomatedOverPrintParams automatedOverPrintParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ObjectResolution> objectResolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected TIFFFormatParams tiffFormatParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer bandHeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected RenderingParams.BandOrdering bandOrdering
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer bandWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer colorantDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean interleaved
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mimeType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public AutomatedOverPrintParams getAutomatedOverPrintParams()
AutomatedOverPrintParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setAutomatedOverPrintParams(AutomatedOverPrintParams value)
value - allowed object is
AutomatedOverPrintParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ObjectResolution> getObjectResolution()
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 objectResolution property.
For example, to add a new item, do as follows:
getObjectResolution().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectResolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public TIFFFormatParams getTIFFFormatParams()
TIFFFormatParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setTIFFFormatParams(TIFFFormatParams value)
value - allowed object is
TIFFFormatParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getBandHeight()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBandHeight(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public RenderingParams.BandOrdering getBandOrdering()
RenderingParams.BandOrdering@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBandOrdering(RenderingParams.BandOrdering value)
value - allowed object is
RenderingParams.BandOrdering@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getBandWidth()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBandWidth(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getColorantDepth()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setColorantDepth(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isInterleaved()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setInterleaved(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getMimeType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic RenderingParams withAutomatedOverPrintParams(AutomatedOverPrintParams value)
public RenderingParams withObjectResolution(ObjectResolution... values)
public RenderingParams withObjectResolution(java.util.Collection<ObjectResolution> values)
public RenderingParams withTIFFFormatParams(TIFFFormatParams value)
public RenderingParams withBandHeight(java.lang.Integer value)
public RenderingParams withBandOrdering(RenderingParams.BandOrdering value)
public RenderingParams withBandWidth(java.lang.Integer value)
public RenderingParams withColorantDepth(java.lang.Integer value)
public RenderingParams withInterleaved(java.lang.Boolean value)
public RenderingParams withMimeType(java.lang.String 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.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource