Package org.cip4.lib.xjdf.schema
Class RenderingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.RenderingParams
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class RenderingParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}int" /> <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.w3.org/2001/XMLSchema}int" /> <attribute name="ColorantDepth" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Interleaved" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRenderingParams.BandOrderingJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected AutomatedOverPrintParamsautomatedOverPrintParamsprotected java.lang.IntegerbandHeightprotected RenderingParams.BandOrderingbandOrderingprotected java.lang.IntegerbandWidthprotected java.lang.IntegercolorantDepthprotected java.lang.Booleaninterleavedprotected java.lang.StringmimeTypeprotected java.util.List<ObjectResolution>objectResolutionprotected TIFFFormatParamstiffFormatParams
-
Constructor Summary
Constructors Constructor Description RenderingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)AutomatedOverPrintParamsgetAutomatedOverPrintParams()Gets the value of the automatedOverPrintParams property.java.lang.IntegergetBandHeight()Gets the value of the bandHeight property.RenderingParams.BandOrderinggetBandOrdering()Gets the value of the bandOrdering property.java.lang.IntegergetBandWidth()Gets the value of the bandWidth property.java.lang.IntegergetColorantDepth()Gets the value of the colorantDepth property.java.lang.StringgetMimeType()Gets the value of the mimeType property.java.util.List<ObjectResolution>getObjectResolution()Gets the value of the objectResolution property.TIFFFormatParamsgetTIFFFormatParams()Gets the value of the tiffFormatParams property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.BooleanisInterleaved()Gets the value of the interleaved property.voidsetAutomatedOverPrintParams(AutomatedOverPrintParams value)Sets the value of the automatedOverPrintParams property.voidsetBandHeight(java.lang.Integer value)Sets the value of the bandHeight property.voidsetBandOrdering(RenderingParams.BandOrdering value)Sets the value of the bandOrdering property.voidsetBandWidth(java.lang.Integer value)Sets the value of the bandWidth property.voidsetColorantDepth(java.lang.Integer value)Sets the value of the colorantDepth property.voidsetInterleaved(java.lang.Boolean value)Sets the value of the interleaved property.voidsetMimeType(java.lang.String value)Sets the value of the mimeType property.voidsetTIFFFormatParams(TIFFFormatParams value)Sets the value of the tiffFormatParams property.RenderingParamswithAutomatedOverPrintParams(AutomatedOverPrintParams value)RenderingParamswithBandHeight(java.lang.Integer value)RenderingParamswithBandOrdering(RenderingParams.BandOrdering value)RenderingParamswithBandWidth(java.lang.Integer value)RenderingParamswithColorantDepth(java.lang.Integer value)RenderingParamswithInterleaved(java.lang.Boolean value)RenderingParamswithMimeType(java.lang.String value)RenderingParamswithObjectResolution(java.util.Collection<ObjectResolution> values)RenderingParamswithObjectResolution(ObjectResolution... values)RenderingParamswithTIFFFormatParams(TIFFFormatParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
automatedOverPrintParams
protected AutomatedOverPrintParams automatedOverPrintParams
-
objectResolution
protected java.util.List<ObjectResolution> objectResolution
-
tiffFormatParams
protected TIFFFormatParams tiffFormatParams
-
bandHeight
protected java.lang.Integer bandHeight
-
bandOrdering
protected RenderingParams.BandOrdering bandOrdering
-
bandWidth
protected java.lang.Integer bandWidth
-
colorantDepth
protected java.lang.Integer colorantDepth
-
interleaved
protected java.lang.Boolean interleaved
-
mimeType
protected java.lang.String mimeType
-
-
Method Detail
-
getAutomatedOverPrintParams
public AutomatedOverPrintParams getAutomatedOverPrintParams()
Gets the value of the automatedOverPrintParams property.- Returns:
- possible object is
AutomatedOverPrintParams
-
setAutomatedOverPrintParams
public void setAutomatedOverPrintParams(AutomatedOverPrintParams value)
Sets the value of the automatedOverPrintParams property.- Parameters:
value- allowed object isAutomatedOverPrintParams
-
getObjectResolution
public java.util.List<ObjectResolution> getObjectResolution()
Gets the value of the objectResolution property.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
setmethod 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
-
getTIFFFormatParams
public TIFFFormatParams getTIFFFormatParams()
Gets the value of the tiffFormatParams property.- Returns:
- possible object is
TIFFFormatParams
-
setTIFFFormatParams
public void setTIFFFormatParams(TIFFFormatParams value)
Sets the value of the tiffFormatParams property.- Parameters:
value- allowed object isTIFFFormatParams
-
getBandHeight
public java.lang.Integer getBandHeight()
Gets the value of the bandHeight property.- Returns:
- possible object is
Integer
-
setBandHeight
public void setBandHeight(java.lang.Integer value)
Sets the value of the bandHeight property.- Parameters:
value- allowed object isInteger
-
getBandOrdering
public RenderingParams.BandOrdering getBandOrdering()
Gets the value of the bandOrdering property.- Returns:
- possible object is
RenderingParams.BandOrdering
-
setBandOrdering
public void setBandOrdering(RenderingParams.BandOrdering value)
Sets the value of the bandOrdering property.- Parameters:
value- allowed object isRenderingParams.BandOrdering
-
getBandWidth
public java.lang.Integer getBandWidth()
Gets the value of the bandWidth property.- Returns:
- possible object is
Integer
-
setBandWidth
public void setBandWidth(java.lang.Integer value)
Sets the value of the bandWidth property.- Parameters:
value- allowed object isInteger
-
getColorantDepth
public java.lang.Integer getColorantDepth()
Gets the value of the colorantDepth property.- Returns:
- possible object is
Integer
-
setColorantDepth
public void setColorantDepth(java.lang.Integer value)
Sets the value of the colorantDepth property.- Parameters:
value- allowed object isInteger
-
isInterleaved
public java.lang.Boolean isInterleaved()
Gets the value of the interleaved property.- Returns:
- possible object is
Boolean
-
setInterleaved
public void setInterleaved(java.lang.Boolean value)
Sets the value of the interleaved property.- Parameters:
value- allowed object isBoolean
-
getMimeType
public java.lang.String getMimeType()
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
public void setMimeType(java.lang.String value)
Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-
withAutomatedOverPrintParams
public RenderingParams withAutomatedOverPrintParams(AutomatedOverPrintParams value)
-
withObjectResolution
public RenderingParams withObjectResolution(ObjectResolution... values)
-
withObjectResolution
public RenderingParams withObjectResolution(java.util.Collection<ObjectResolution> values)
-
withTIFFFormatParams
public RenderingParams withTIFFFormatParams(TIFFFormatParams value)
-
withBandHeight
public RenderingParams withBandHeight(java.lang.Integer value)
-
withBandOrdering
public RenderingParams withBandOrdering(RenderingParams.BandOrdering value)
-
withBandWidth
public RenderingParams withBandWidth(java.lang.Integer value)
-
withColorantDepth
public RenderingParams withColorantDepth(java.lang.Integer value)
-
withInterleaved
public RenderingParams withInterleaved(java.lang.Boolean value)
-
withMimeType
public RenderingParams withMimeType(java.lang.String value)
-
equals
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.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-