Class VarnishingParams

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.VarnishingParams
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class VarnishingParams extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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:
  • Field Details

    • moduleID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String moduleID
    • moduleType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected VarnishingParams.ModuleType moduleType
    • varnishArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected VarnishingParams.VarnishArea varnishArea
    • varnishMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected VarnishingParams.VarnishMethod varnishMethod
  • Constructor Details

    • VarnishingParams

      public VarnishingParams()
  • Method Details

    • getModuleID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setModuleID(String value)
      Sets the value of the moduleID property.
      Parameters:
      value - allowed object is String
    • getModuleType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public VarnishingParams.ModuleType getModuleType()
      Gets the value of the moduleType property.
      Returns:
      possible object is VarnishingParams.ModuleType
    • setModuleType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setModuleType(VarnishingParams.ModuleType value)
      Sets the value of the moduleType property.
      Parameters:
      value - allowed object is VarnishingParams.ModuleType
    • getVarnishArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public VarnishingParams.VarnishArea getVarnishArea()
      Gets the value of the varnishArea property.
      Returns:
      possible object is VarnishingParams.VarnishArea
    • setVarnishArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setVarnishArea(VarnishingParams.VarnishArea value)
      Sets the value of the varnishArea property.
      Parameters:
      value - allowed object is VarnishingParams.VarnishArea
    • getVarnishMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public VarnishingParams.VarnishMethod getVarnishMethod()
      Gets the value of the varnishMethod property.
      Returns:
      possible object is VarnishingParams.VarnishMethod
    • setVarnishMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setVarnishMethod(VarnishingParams.VarnishMethod value)
      Sets the value of the varnishMethod property.
      Parameters:
      value - allowed object is VarnishingParams.VarnishMethod
    • withModuleID

      public VarnishingParams withModuleID(String value)
    • withModuleType

      public VarnishingParams withModuleType(VarnishingParams.ModuleType value)
    • withVarnishArea

      public VarnishingParams withVarnishArea(VarnishingParams.VarnishArea value)
    • withVarnishMethod

      public VarnishingParams withVarnishMethod(VarnishingParams.VarnishMethod value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, 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
    • equals

      public boolean equals(Object object)
      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
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource