Package org.cip4.lib.xjdf.schema
Class ProductionIntent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ProductIntent
-
- org.cip4.lib.xjdf.schema.ProductionIntent
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class ProductionIntent extends ProductIntent implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProductionIntent.PrintPreferenceJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Certification>certificationprotected ProductionIntent.PrintPreferenceprintPreferenceprotected java.lang.StringprintProcess-
Fields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any
-
-
Constructor Summary
Constructors Constructor Description ProductionIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Certification>getCertification()Gets the value of the certification property.ProductionIntent.PrintPreferencegetPrintPreference()Gets the value of the printPreference property.java.lang.StringgetPrintProcess()Gets the value of the printProcess property.inthashCode()voidsetPrintPreference(ProductionIntent.PrintPreference value)Sets the value of the printPreference property.voidsetPrintProcess(java.lang.String value)Sets the value of the printProcess property.ProductionIntentwithAny(java.lang.Object... values)ProductionIntentwithAny(java.util.Collection<java.lang.Object> values)ProductionIntentwithCertification(java.util.Collection<Certification> values)ProductionIntentwithCertification(Certification... values)ProductionIntentwithPrintPreference(ProductionIntent.PrintPreference value)ProductionIntentwithPrintProcess(java.lang.String value)-
Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
-
-
-
Field Detail
-
certification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Certification> certification
-
printPreference
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected ProductionIntent.PrintPreference printPreference
-
printProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String printProcess
-
-
Method Detail
-
getCertification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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
setmethod 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.
-
getPrintPreference
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") public void setPrintPreference(ProductionIntent.PrintPreference value)Sets the value of the printPreference property.- Parameters:
value- allowed object isProductionIntent.PrintPreference
-
getPrintProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") public void setPrintProcess(java.lang.String value)Sets the value of the printProcess property.- Parameters:
value- allowed object isString
-
withCertification
public ProductionIntent withCertification(Certification... values)
-
withCertification
public ProductionIntent withCertification(java.util.Collection<Certification> values)
-
withPrintPreference
public ProductionIntent withPrintPreference(ProductionIntent.PrintPreference value)
-
withPrintProcess
public ProductionIntent withPrintProcess(java.lang.String value)
-
withAny
public ProductionIntent withAny(java.lang.Object... values)
- Overrides:
withAnyin classProductIntent
-
withAny
public ProductionIntent withAny(java.util.Collection<java.lang.Object> values)
- Overrides:
withAnyin classProductIntent
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProductIntent
-
-