public class RenderingParams extends ParameterType implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ObjectResolution" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="BandWidth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BandHeight" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ColorantDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BandOrdering" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Interleaved" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="AutomatedOverPrintParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
automatedOverPrintParamsRef |
protected java.lang.Integer |
bandHeight |
protected java.lang.String |
bandOrdering |
protected java.lang.Integer |
bandWidth |
protected java.lang.Integer |
colorantDepth |
protected java.lang.Boolean |
interleaved |
protected java.lang.Object |
mediaRef |
protected java.util.List<ObjectResolution> |
objectResolutions |
| Constructor and Description |
|---|
RenderingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAutomatedOverPrintParamsRef()
Gets the value of the automatedOverPrintParamsRef property.
|
java.lang.Integer |
getBandHeight()
Gets the value of the bandHeight property.
|
java.lang.String |
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.Boolean |
getInterleaved()
Gets the value of the interleaved property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.util.List<ObjectResolution> |
getObjectResolutions()
Gets the value of the objectResolutions property.
|
void |
setAutomatedOverPrintParamsRef(java.lang.Object value)
Sets the value of the automatedOverPrintParamsRef property.
|
void |
setBandHeight(java.lang.Integer value)
Sets the value of the bandHeight property.
|
void |
setBandOrdering(java.lang.String 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 |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
protected java.util.List<ObjectResolution> objectResolutions
protected java.lang.Integer bandWidth
protected java.lang.Integer bandHeight
protected java.lang.Integer colorantDepth
protected java.lang.String bandOrdering
protected java.lang.Boolean interleaved
protected java.lang.Object mediaRef
protected java.lang.Object automatedOverPrintParamsRef
public java.util.List<ObjectResolution> getObjectResolutions()
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 objectResolutions property.
For example, to add a new item, do as follows:
getObjectResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectResolution
public java.lang.Integer getBandWidth()
Integerpublic void setBandWidth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getBandHeight()
Integerpublic void setBandHeight(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getColorantDepth()
Integerpublic void setColorantDepth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getBandOrdering()
Stringpublic void setBandOrdering(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getInterleaved()
Booleanpublic void setInterleaved(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getAutomatedOverPrintParamsRef()
Objectpublic void setAutomatedOverPrintParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.