Class VarnishingParams

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.VarnishingParams
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class VarnishingParams extends SpecificResource implements 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}NMTOKEN">
             <enumeration value="Full"/>
             <enumeration value="Spot"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="VarnishMethod">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Blanket"/>
             <enumeration value="Plate"/>
             <enumeration value="Independent"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • moduleID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String moduleID
    • moduleType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected VarnishingParams.ModuleType moduleType
    • varnishArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected VarnishingParams.VarnishArea varnishArea
    • varnishMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected VarnishingParams.VarnishMethod varnishMethod
  • Constructor Details

    • VarnishingParams

      public VarnishingParams()
  • Method Details