@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class RenderingParams extends ParameterType implements 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}ParameterType">
<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" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AutomatedOverPrintParams |
automatedOverPrintParams |
protected Integer |
bandHeight |
protected String |
bandOrdering |
protected Integer |
bandWidth |
protected Integer |
colorantDepth |
protected Boolean |
interleaved |
protected String |
mimeType |
protected List<ObjectResolution> |
objectResolution |
protected TIFFFormatParams |
tiffFormatParams |
| Constructor and Description |
|---|
RenderingParams() |
| 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) |
AutomatedOverPrintParams |
getAutomatedOverPrintParams()
Gets the value of the automatedOverPrintParams property.
|
Integer |
getBandHeight()
Gets the value of the bandHeight property.
|
String |
getBandOrdering()
Gets the value of the bandOrdering property.
|
Integer |
getBandWidth()
Gets the value of the bandWidth property.
|
Integer |
getColorantDepth()
Gets the value of the colorantDepth property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
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) |
Boolean |
isInterleaved()
Gets the value of the interleaved property.
|
void |
setAutomatedOverPrintParams(AutomatedOverPrintParams value)
Sets the value of the automatedOverPrintParams property.
|
void |
setBandHeight(Integer value)
Sets the value of the bandHeight property.
|
void |
setBandOrdering(String value)
Sets the value of the bandOrdering property.
|
void |
setBandWidth(Integer value)
Sets the value of the bandWidth property.
|
void |
setColorantDepth(Integer value)
Sets the value of the colorantDepth property.
|
void |
setInterleaved(Boolean value)
Sets the value of the interleaved property.
|
void |
setMimeType(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(Integer value) |
RenderingParams |
withBandOrdering(String value) |
RenderingParams |
withBandWidth(Integer value) |
RenderingParams |
withColorantDepth(Integer value) |
RenderingParams |
withInterleaved(Boolean value) |
RenderingParams |
withMimeType(String value) |
RenderingParams |
withObjectResolution(Collection<ObjectResolution> values) |
RenderingParams |
withObjectResolution(ObjectResolution... values) |
RenderingParams |
withTIFFFormatParams(TIFFFormatParams value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected AutomatedOverPrintParams automatedOverPrintParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<ObjectResolution> objectResolution
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected TIFFFormatParams tiffFormatParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer bandHeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String bandOrdering
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer bandWidth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer colorantDepth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean interleaved
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String mimeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public AutomatedOverPrintParams getAutomatedOverPrintParams()
AutomatedOverPrintParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public 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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public TIFFFormatParams getTIFFFormatParams()
TIFFFormatParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getBandHeight()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBandHeight(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getBandOrdering()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBandOrdering(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getBandWidth()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBandWidth(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getColorantDepth()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setColorantDepth(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isInterleaved()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setInterleaved(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getMimeType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setMimeType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withAutomatedOverPrintParams(AutomatedOverPrintParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withObjectResolution(ObjectResolution... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withObjectResolution(Collection<ObjectResolution> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withTIFFFormatParams(TIFFFormatParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withBandHeight(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withBandOrdering(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withBandWidth(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withColorantDepth(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withInterleaved(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RenderingParams withMimeType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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.HashCodehashCode in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.