Package org.cip4.lib.xjdf.schema
Class ColorSpaceConversionParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.ColorSpaceConversionParams
-
- 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 ColorSpaceConversionParams extends SpecificResource implements java.io.SerializableJava class for ColorSpaceConversionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorSpaceConversionParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorSpaceConversionOp" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/> </sequence> <attribute name="ICCProfileUsage"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="UsePDL"/> <enumeration value="UseSupplied"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColorSpaceConversionParams.ICCProfileUsageJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ColorSpaceConversionOp>colorSpaceConversionOpprotected FileSpecfileSpecprotected ColorSpaceConversionParams.ICCProfileUsageiccProfileUsage
-
Constructor Summary
Constructors Constructor Description ColorSpaceConversionParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<ColorSpaceConversionOp>getColorSpaceConversionOp()Gets the value of the colorSpaceConversionOp property.FileSpecgetFileSpec()Gets the value of the fileSpec property.ColorSpaceConversionParams.ICCProfileUsagegetICCProfileUsage()Gets the value of the iccProfileUsage property.inthashCode()voidsetFileSpec(FileSpec value)Sets the value of the fileSpec property.voidsetICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage value)Sets the value of the iccProfileUsage property.ColorSpaceConversionParamswithColorSpaceConversionOp(java.util.Collection<ColorSpaceConversionOp> values)ColorSpaceConversionParamswithColorSpaceConversionOp(ColorSpaceConversionOp... values)ColorSpaceConversionParamswithFileSpec(FileSpec value)ColorSpaceConversionParamswithICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
colorSpaceConversionOp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<ColorSpaceConversionOp> colorSpaceConversionOp
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected FileSpec fileSpec
-
iccProfileUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected ColorSpaceConversionParams.ICCProfileUsage iccProfileUsage
-
-
Method Detail
-
getColorSpaceConversionOp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<ColorSpaceConversionOp> getColorSpaceConversionOp()Gets the value of the colorSpaceConversionOp 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 colorSpaceConversionOp property.For example, to add a new item, do as follows:
getColorSpaceConversionOp().add(newItem);Objects of the following type(s) are allowed in the list
ColorSpaceConversionOp- Returns:
- The value of the colorSpaceConversionOp property.
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public FileSpec getFileSpec()Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setFileSpec(FileSpec value)Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getICCProfileUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public ColorSpaceConversionParams.ICCProfileUsage getICCProfileUsage()Gets the value of the iccProfileUsage property.- Returns:
- possible object is
ColorSpaceConversionParams.ICCProfileUsage
-
setICCProfileUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage value)Sets the value of the iccProfileUsage property.- Parameters:
value- allowed object isColorSpaceConversionParams.ICCProfileUsage
-
withColorSpaceConversionOp
public ColorSpaceConversionParams withColorSpaceConversionOp(ColorSpaceConversionOp... values)
-
withColorSpaceConversionOp
public ColorSpaceConversionParams withColorSpaceConversionOp(java.util.Collection<ColorSpaceConversionOp> values)
-
withFileSpec
public ColorSpaceConversionParams withFileSpec(FileSpec value)
-
withICCProfileUsage
public ColorSpaceConversionParams withICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-