Class RasterReadingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class RasterReadingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for RasterReadingParams complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="RasterReadingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" minOccurs="0"/>
           </sequence>
           <attribute name="Center" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="FilmRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="MirrorAround" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceAxis" />
           <attribute name="PaperRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="PlateRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="Polarity" type="{http://www.CIP4.org/JDFSchema_2_0}Polarity" />
           <attribute name="ProofPaperRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="Scaling" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="ScalingOrigin" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • fitPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected FitPolicy fitPolicy
      • center

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Boolean center
      • film

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Resource film
      • mirrorAround

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected EnumDeviceAxis mirrorAround
      • paper

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Resource paper
      • plate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Resource plate
      • polarity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Polarity polarity
      • proofPaper

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Resource proofPaper
      • scaling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair scaling
      • scalingOrigin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair scalingOrigin
    • Constructor Detail

      • RasterReadingParams

        public RasterReadingParams()
    • Method Detail

      • getFitPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public FitPolicy getFitPolicy()
        Gets the value of the fitPolicy property.
        Returns:
        possible object is FitPolicy
      • setFitPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setFitPolicy​(FitPolicy value)
        Sets the value of the fitPolicy property.
        Parameters:
        value - allowed object is FitPolicy
      • isCenter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Boolean isCenter()
        Gets the value of the center property.
        Returns:
        possible object is Boolean
      • setCenter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setCenter​(java.lang.Boolean value)
        Sets the value of the center property.
        Parameters:
        value - allowed object is Boolean
      • getFilm

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Resource getFilm()
        Gets the value of the film property.
        Returns:
        possible object is Object
      • setFilm

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setFilm​(Resource value)
        Sets the value of the film property.
        Parameters:
        value - allowed object is Object
      • getMirrorAround

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public EnumDeviceAxis getMirrorAround()
        Gets the value of the mirrorAround property.
        Returns:
        possible object is EnumDeviceAxis
      • setMirrorAround

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setMirrorAround​(EnumDeviceAxis value)
        Sets the value of the mirrorAround property.
        Parameters:
        value - allowed object is EnumDeviceAxis
      • getPaper

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Resource getPaper()
        Gets the value of the paper property.
        Returns:
        possible object is Object
      • setPaper

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPaper​(Resource value)
        Sets the value of the paper property.
        Parameters:
        value - allowed object is Object
      • getPlate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Resource getPlate()
        Gets the value of the plate property.
        Returns:
        possible object is Object
      • setPlate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPlate​(Resource value)
        Sets the value of the plate property.
        Parameters:
        value - allowed object is Object
      • getPolarity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Polarity getPolarity()
        Gets the value of the polarity property.
        Returns:
        possible object is Polarity
      • setPolarity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPolarity​(Polarity value)
        Sets the value of the polarity property.
        Parameters:
        value - allowed object is Polarity
      • getProofPaper

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Resource getProofPaper()
        Gets the value of the proofPaper property.
        Returns:
        possible object is Object
      • setProofPaper

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setProofPaper​(Resource value)
        Sets the value of the proofPaper property.
        Parameters:
        value - allowed object is Object
      • getScaling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public XYPair getScaling()
        Gets the value of the scaling property.
        Returns:
        possible object is String
      • setScaling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setScaling​(XYPair value)
        Sets the value of the scaling property.
        Parameters:
        value - allowed object is String
      • getScalingOrigin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public XYPair getScalingOrigin()
        Gets the value of the scalingOrigin property.
        Returns:
        possible object is String
      • setScalingOrigin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setScalingOrigin​(XYPair value)
        Sets the value of the scalingOrigin property.
        Parameters:
        value - allowed object is String