public class RenderingParams extends ParameterType implements 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ObjectResolution" maxOccurs="unbounded" minOccurs="0"/>
</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 Object |
automatedOverPrintParamsRef |
protected Integer |
bandHeight |
protected String |
bandOrdering |
protected Integer |
bandWidth |
protected Integer |
colorantDepth |
protected Boolean |
interleaved |
protected Object |
mediaRef |
protected List<ObjectResolution> |
objectResolution |
| Constructor and Description |
|---|
RenderingParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAutomatedOverPrintParamsRef()
Gets the value of the automatedOverPrintParamsRef 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.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
List<ObjectResolution> |
getObjectResolution()
Gets the value of the objectResolution property.
|
Boolean |
isInterleaved()
Gets the value of the interleaved property.
|
void |
setAutomatedOverPrintParamsRef(Object value)
Sets the value of the automatedOverPrintParamsRef 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 |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
protected List<ObjectResolution> objectResolution
protected Integer bandWidth
protected Integer bandHeight
protected Integer colorantDepth
protected String bandOrdering
protected Boolean interleaved
protected Object mediaRef
protected Object automatedOverPrintParamsRef
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
public Integer getBandWidth()
Integerpublic void setBandWidth(Integer value)
value - allowed object is
Integerpublic Integer getBandHeight()
Integerpublic void setBandHeight(Integer value)
value - allowed object is
Integerpublic Integer getColorantDepth()
Integerpublic void setColorantDepth(Integer value)
value - allowed object is
Integerpublic String getBandOrdering()
Stringpublic void setBandOrdering(String value)
value - allowed object is
Stringpublic Boolean isInterleaved()
Booleanpublic void setInterleaved(Boolean value)
value - allowed object is
Booleanpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getAutomatedOverPrintParamsRef()
ObjectCopyright © 2013. All Rights Reserved.