Class ProductionIntent

java.lang.Object
org.cip4.lib.xjdf.schema.ProductIntent
org.cip4.lib.xjdf.schema.ProductionIntent
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 ProductionIntent extends ProductIntent implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

Java class for ProductionIntent complex type.

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

 <complexType name="ProductionIntent">
   <complexContent>
     <extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Certification" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="PrintPreference">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Balanced"/>
             <enumeration value="CostEffective"/>
             <enumeration value="Fastest"/>
             <enumeration value="HighestQuality"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="PrintProcess" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • certification

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Certification> certification
    • printPreference

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

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

    • ProductionIntent

      public ProductionIntent()
  • Method Details

    • getCertification

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Certification> getCertification()
      Gets the value of the certification property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the certification property.

      For example, to add a new item, do as follows:

          getCertification().add(newItem);
       

      Objects of the following type(s) are allowed in the list Certification

    • getPrintPreference

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ProductionIntent.PrintPreference getPrintPreference()
      Gets the value of the printPreference property.
      Returns:
      possible object is ProductionIntent.PrintPreference
    • setPrintPreference

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

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

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

      public ProductionIntent withCertification(Certification... values)
    • withCertification

      public ProductionIntent withCertification(Collection<Certification> values)
    • withPrintPreference

      public ProductionIntent withPrintPreference(ProductionIntent.PrintPreference value)
    • withPrintProcess

      public ProductionIntent withPrintProcess(String value)
    • withAny

      public ProductionIntent withAny(Object... values)
      Overrides:
      withAny in class ProductIntent
    • withAny

      public ProductionIntent withAny(Collection<Object> values)
      Overrides:
      withAny in class ProductIntent
    • 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 ProductIntent
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class ProductIntent
    • 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 ProductIntent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ProductIntent