Class VarnishingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class VarnishingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for VarnishingParams complex type.

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

    
     <complexType name="VarnishingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="ModuleID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="ModuleType">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="PrintModule"/>
                 <enumeration value="CoatingModule"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="VarnishArea">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="Full"/>
                 <enumeration value="Spot"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="VarnishMethod">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="Blanket"/>
                 <enumeration value="Plate"/>
                 <enumeration value="Independent"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • moduleID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.String moduleID
      • moduleType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected VarnishingParams.ModuleType moduleType
      • varnishArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected VarnishingParams.VarnishArea varnishArea
      • varnishMethod

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected VarnishingParams.VarnishMethod varnishMethod
    • Constructor Detail

      • VarnishingParams

        public VarnishingParams()
    • Method Detail

      • getModuleID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.String getModuleID()
        Gets the value of the moduleID property.
        Returns:
        possible object is String
      • setModuleID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setModuleID​(java.lang.String value)
        Sets the value of the moduleID property.
        Parameters:
        value - allowed object is String
      • setModuleType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setModuleType​(VarnishingParams.ModuleType value)
        Sets the value of the moduleType property.
        Parameters:
        value - allowed object is VarnishingParams.ModuleType
      • setVarnishArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setVarnishArea​(VarnishingParams.VarnishArea value)
        Sets the value of the varnishArea property.
        Parameters:
        value - allowed object is VarnishingParams.VarnishArea
      • setVarnishMethod

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setVarnishMethod​(VarnishingParams.VarnishMethod value)
        Sets the value of the varnishMethod property.
        Parameters:
        value - allowed object is VarnishingParams.VarnishMethod
      • withModuleID

        public VarnishingParams withModuleID​(java.lang.String value)