Class ProductionIntent

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class ProductionIntent
    extends ProductIntent
    implements java.io.Serializable

    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:
    Serialized Form
    • Field Detail

      • certification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.util.List<Certification> certification
      • printPreference

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected ProductionIntent.PrintPreference printPreference
      • printProcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.String printProcess
    • Constructor Detail

      • ProductionIntent

        public ProductionIntent()
    • Method Detail

      • getCertification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.util.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 Jakarta XML Binding 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

        Returns:
        The value of the certification property.
      • getPrintProcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.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 v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setPrintProcess​(java.lang.String value)
        Sets the value of the printProcess property.
        Parameters:
        value - allowed object is String
      • withPrintProcess

        public ProductionIntent withPrintProcess​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class ProductIntent