Class ConventionalPrintingParams

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    @Generated(value="com.sun.tools.xjc.Driver",
               date="2020-04-06T06:56:26+00:00",
               comments="JAXB RI v2.3.2")
    public class ConventionalPrintingParams
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ConventionalPrintingParams complex type.

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

     <complexType name="ConventionalPrintingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="Drying" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDrying" />
           <attribute name="FirstSurface" type="{http://www.CIP4.org/JDFSchema_2_0}Side" />
           <attribute name="FountainSolution">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="On"/>
                 <enumeration value="Off"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="ModuleDrying" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDrying" />
           <attribute name="Powder" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
           <attribute name="Speed" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="WorkStyle" type="{http://www.CIP4.org/JDFSchema_2_0}WorkStyle" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • drying

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected EnumDrying drying
      • firstSurface

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected Side firstSurface
      • moduleDrying

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected EnumDrying moduleDrying
      • powder

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.Float powder
      • sheetLay

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected SheetLay sheetLay
      • speed

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.Float speed
      • workStyle

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        protected WorkStyle workStyle
    • Constructor Detail

      • ConventionalPrintingParams

        public ConventionalPrintingParams()
    • Method Detail

      • getDrying

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public EnumDrying getDrying()
        Gets the value of the drying property.
        Returns:
        possible object is EnumDrying
      • setDrying

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setDrying​(EnumDrying value)
        Sets the value of the drying property.
        Parameters:
        value - allowed object is EnumDrying
      • getFirstSurface

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public Side getFirstSurface()
        Gets the value of the firstSurface property.
        Returns:
        possible object is Side
      • setFirstSurface

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setFirstSurface​(Side value)
        Sets the value of the firstSurface property.
        Parameters:
        value - allowed object is Side
      • getModuleDrying

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public EnumDrying getModuleDrying()
        Gets the value of the moduleDrying property.
        Returns:
        possible object is EnumDrying
      • setModuleDrying

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setModuleDrying​(EnumDrying value)
        Sets the value of the moduleDrying property.
        Parameters:
        value - allowed object is EnumDrying
      • getPowder

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.Float getPowder()
        Gets the value of the powder property.
        Returns:
        possible object is Float
      • setPowder

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setPowder​(java.lang.Float value)
        Sets the value of the powder property.
        Parameters:
        value - allowed object is Float
      • getSheetLay

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public SheetLay getSheetLay()
        Gets the value of the sheetLay property.
        Returns:
        possible object is SheetLay
      • setSheetLay

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setSheetLay​(SheetLay value)
        Sets the value of the sheetLay property.
        Parameters:
        value - allowed object is SheetLay
      • getSpeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.Float getSpeed()
        Gets the value of the speed property.
        Returns:
        possible object is Float
      • setSpeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setSpeed​(java.lang.Float value)
        Sets the value of the speed property.
        Parameters:
        value - allowed object is Float
      • getWorkStyle

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public WorkStyle getWorkStyle()
        Gets the value of the workStyle property.
        Returns:
        possible object is WorkStyle
      • setWorkStyle

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-06T06:56:26+00:00",
                   comments="JAXB RI v2.3.2")
        public void setWorkStyle​(WorkStyle value)
        Sets the value of the workStyle property.
        Parameters:
        value - allowed object is WorkStyle
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class SpecificResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class SpecificResource