@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class ColorCorrectionOp
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="2" minOccurs="0"/>
</sequence>
<attribute name="AdjustContrast" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustCyanRed" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustHue" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustLightness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustMagentaGreen" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustSaturation" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustYellowBlue" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SourceObjects">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}SourceObjects" />
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
adjustContrast |
protected java.lang.Double |
adjustCyanRed |
protected java.lang.Double |
adjustHue |
protected java.lang.Double |
adjustLightness |
protected java.lang.Double |
adjustMagentaGreen |
protected java.lang.Double |
adjustSaturation |
protected java.lang.Double |
adjustYellowBlue |
protected java.util.List<FileSpec> |
fileSpec |
protected java.util.List<SourceObjects> |
sourceObjects |
| Constructor and Description |
|---|
ColorCorrectionOp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Double |
getAdjustContrast()
Gets the value of the adjustContrast property.
|
java.lang.Double |
getAdjustCyanRed()
Gets the value of the adjustCyanRed property.
|
java.lang.Double |
getAdjustHue()
Gets the value of the adjustHue property.
|
java.lang.Double |
getAdjustLightness()
Gets the value of the adjustLightness property.
|
java.lang.Double |
getAdjustMagentaGreen()
Gets the value of the adjustMagentaGreen property.
|
java.lang.Double |
getAdjustSaturation()
Gets the value of the adjustSaturation property.
|
java.lang.Double |
getAdjustYellowBlue()
Gets the value of the adjustYellowBlue property.
|
java.util.List<FileSpec> |
getFileSpec()
Gets the value of the fileSpec property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.util.List<SourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAdjustContrast(java.lang.Double value)
Sets the value of the adjustContrast property.
|
void |
setAdjustCyanRed(java.lang.Double value)
Sets the value of the adjustCyanRed property.
|
void |
setAdjustHue(java.lang.Double value)
Sets the value of the adjustHue property.
|
void |
setAdjustLightness(java.lang.Double value)
Sets the value of the adjustLightness property.
|
void |
setAdjustMagentaGreen(java.lang.Double value)
Sets the value of the adjustMagentaGreen property.
|
void |
setAdjustSaturation(java.lang.Double value)
Sets the value of the adjustSaturation property.
|
void |
setAdjustYellowBlue(java.lang.Double value)
Sets the value of the adjustYellowBlue property.
|
ColorCorrectionOp |
withAdjustContrast(java.lang.Double value) |
ColorCorrectionOp |
withAdjustCyanRed(java.lang.Double value) |
ColorCorrectionOp |
withAdjustHue(java.lang.Double value) |
ColorCorrectionOp |
withAdjustLightness(java.lang.Double value) |
ColorCorrectionOp |
withAdjustMagentaGreen(java.lang.Double value) |
ColorCorrectionOp |
withAdjustSaturation(java.lang.Double value) |
ColorCorrectionOp |
withAdjustYellowBlue(java.lang.Double value) |
ColorCorrectionOp |
withFileSpec(java.util.Collection<FileSpec> values) |
ColorCorrectionOp |
withFileSpec(FileSpec... values) |
ColorCorrectionOp |
withSourceObjects(java.util.Collection<SourceObjects> values) |
ColorCorrectionOp |
withSourceObjects(SourceObjects... values) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<FileSpec> fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double adjustContrast
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double adjustCyanRed
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double adjustHue
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double adjustLightness
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double adjustMagentaGreen
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double adjustSaturation
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double adjustYellowBlue
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<SourceObjects> sourceObjects
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<FileSpec> getFileSpec()
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 fileSpec property.
For example, to add a new item, do as follows:
getFileSpec().add(newItem);
Objects of the following type(s) are allowed in the list
FileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdjustContrast()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdjustContrast(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdjustCyanRed()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdjustCyanRed(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdjustHue()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdjustHue(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdjustLightness()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdjustLightness(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdjustMagentaGreen()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdjustMagentaGreen(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdjustSaturation()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdjustSaturation(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdjustYellowBlue()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdjustYellowBlue(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<SourceObjects> getSourceObjects()
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 sourceObjects property.
For example, to add a new item, do as follows:
getSourceObjects().add(newItem);
Objects of the following type(s) are allowed in the list
SourceObjects
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public ColorCorrectionOp withFileSpec(FileSpec... values)
public ColorCorrectionOp withFileSpec(java.util.Collection<FileSpec> values)
public ColorCorrectionOp withAdjustContrast(java.lang.Double value)
public ColorCorrectionOp withAdjustCyanRed(java.lang.Double value)
public ColorCorrectionOp withAdjustHue(java.lang.Double value)
public ColorCorrectionOp withAdjustLightness(java.lang.Double value)
public ColorCorrectionOp withAdjustMagentaGreen(java.lang.Double value)
public ColorCorrectionOp withAdjustSaturation(java.lang.Double value)
public ColorCorrectionOp withAdjustYellowBlue(java.lang.Double value)
public ColorCorrectionOp withSourceObjects(SourceObjects... values)
public ColorCorrectionOp withSourceObjects(java.util.Collection<SourceObjects> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object