Class RenderingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public class RenderingParams
    extends SpecificResource
    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}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
    • Field Detail

      • automatedOverPrintParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected AutomatedOverPrintParams automatedOverPrintParams
      • objectResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<ObjectResolution> objectResolution
      • tiffFormatParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected TIFFFormatParams tiffFormatParams
      • bandHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer bandHeight
      • bandOrdering

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected RenderingParams.BandOrdering bandOrdering
      • bandWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer bandWidth
      • colorantDepth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer colorantDepth
      • interleaved

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean interleaved
      • mimeType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String mimeType
    • Constructor Detail

      • RenderingParams

        public RenderingParams()
    • Method Detail

      • getAutomatedOverPrintParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public AutomatedOverPrintParams getAutomatedOverPrintParams()
        Gets the value of the automatedOverPrintParams property.
        Returns:
        possible object is AutomatedOverPrintParams
      • setAutomatedOverPrintParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setAutomatedOverPrintParams​(AutomatedOverPrintParams value)
        Sets the value of the automatedOverPrintParams property.
        Parameters:
        value - allowed object is AutomatedOverPrintParams
      • getObjectResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 Jakarta XML Binding 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

        Returns:
        The value of the objectResolution property.
      • getTIFFFormatParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public TIFFFormatParams getTIFFFormatParams()
        Gets the value of the tiffFormatParams property.
        Returns:
        possible object is TIFFFormatParams
      • setTIFFFormatParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setTIFFFormatParams​(TIFFFormatParams value)
        Sets the value of the tiffFormatParams property.
        Parameters:
        value - allowed object is TIFFFormatParams
      • getBandHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getBandHeight()
        Gets the value of the bandHeight property.
        Returns:
        possible object is Integer
      • setBandHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setBandHeight​(java.lang.Integer value)
        Sets the value of the bandHeight property.
        Parameters:
        value - allowed object is Integer
      • setBandOrdering

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setBandOrdering​(RenderingParams.BandOrdering value)
        Sets the value of the bandOrdering property.
        Parameters:
        value - allowed object is RenderingParams.BandOrdering
      • getBandWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getBandWidth()
        Gets the value of the bandWidth property.
        Returns:
        possible object is Integer
      • setBandWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setBandWidth​(java.lang.Integer value)
        Sets the value of the bandWidth property.
        Parameters:
        value - allowed object is Integer
      • getColorantDepth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getColorantDepth()
        Gets the value of the colorantDepth property.
        Returns:
        possible object is Integer
      • setColorantDepth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setColorantDepth​(java.lang.Integer value)
        Sets the value of the colorantDepth property.
        Parameters:
        value - allowed object is Integer
      • isInterleaved

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Boolean isInterleaved()
        Gets the value of the interleaved property.
        Returns:
        possible object is Boolean
      • setInterleaved

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setInterleaved​(java.lang.Boolean value)
        Sets the value of the interleaved property.
        Parameters:
        value - allowed object is Boolean
      • getMimeType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getMimeType()
        Gets the value of the mimeType property.
        Returns:
        possible object is String
      • setMimeType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setMimeType​(java.lang.String value)
        Sets the value of the mimeType property.
        Parameters:
        value - allowed object is String
      • withBandHeight

        public RenderingParams withBandHeight​(java.lang.Integer 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)