Class ColorControlStrip
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ColorControlStrip
-
- 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 ColorControlStrip extends java.lang.Object implements java.io.SerializableJava 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}CIELABMeasuringField" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorMeasurementConditions" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}DensityMeasuringField" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Patch" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <attribute name="Rotation" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="Separations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <attribute name="StripType" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XYPaircenterprotected java.util.List<CIELABMeasuringField>cielabMeasuringFieldprotected ColorMeasurementConditionscolorMeasurementConditionsprotected java.util.List<DensityMeasuringField>densityMeasuringFieldprotected java.util.List<Patch>patchprotected java.lang.Floatrotationprotected java.util.List<java.lang.String>separationsprotected XYPairsizeprotected java.lang.StringstripType
-
Constructor Summary
Constructors Constructor Description ColorControlStrip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)XYPairgetCenter()Gets the value of the center property.java.util.List<CIELABMeasuringField>getCIELABMeasuringField()Gets the value of the cielabMeasuringField property.ColorMeasurementConditionsgetColorMeasurementConditions()Gets the value of the colorMeasurementConditions property.java.util.List<DensityMeasuringField>getDensityMeasuringField()Gets the value of the densityMeasuringField 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<Patch>getPatch()Gets the value of the patch property.java.lang.FloatgetRotation()Gets the value of the rotation property.java.util.List<java.lang.String>getSeparations()Gets the value of the separations property.XYPairgetSize()Gets the value of the size property.java.lang.StringgetStripType()Gets the value of the stripType property.inthashCode()voidsetCenter(XYPair value)Sets the value of the center property.voidsetColorMeasurementConditions(ColorMeasurementConditions value)Sets the value of the colorMeasurementConditions property.voidsetRotation(java.lang.Float value)Sets the value of the rotation property.voidsetSize(XYPair value)Sets the value of the size property.voidsetStripType(java.lang.String value)Sets the value of the stripType property.ColorControlStripwithCenter(XYPair value)ColorControlStripwithCIELABMeasuringField(java.util.Collection<CIELABMeasuringField> values)ColorControlStripwithCIELABMeasuringField(CIELABMeasuringField... values)ColorControlStripwithColorMeasurementConditions(ColorMeasurementConditions value)ColorControlStripwithDensityMeasuringField(java.util.Collection<DensityMeasuringField> values)ColorControlStripwithDensityMeasuringField(DensityMeasuringField... values)ColorControlStripwithPatch(java.util.Collection<Patch> values)ColorControlStripwithPatch(Patch... values)ColorControlStripwithRotation(java.lang.Float value)ColorControlStripwithSeparations(java.lang.String... values)ColorControlStripwithSeparations(java.util.Collection<java.lang.String> values)ColorControlStripwithSize(XYPair value)ColorControlStripwithStripType(java.lang.String value)
-
-
-
Field Detail
-
cielabMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<CIELABMeasuringField> cielabMeasuringField
-
colorMeasurementConditions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected ColorMeasurementConditions colorMeasurementConditions
-
densityMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<DensityMeasuringField> densityMeasuringField
-
patch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Patch> patch
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair center
-
rotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float rotation
-
separations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<java.lang.String> separations
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair size
-
stripType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String stripType
-
-
Method Detail
-
getCIELABMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<CIELABMeasuringField> getCIELABMeasuringField()Gets the value of the cielabMeasuringField 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 cielabMeasuringField property.For example, to add a new item, do as follows:
getCIELABMeasuringField().add(newItem);Objects of the following type(s) are allowed in the list
CIELABMeasuringField- Returns:
- The value of the cielabMeasuringField property.
-
getColorMeasurementConditions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public ColorMeasurementConditions getColorMeasurementConditions()Gets the value of the colorMeasurementConditions property.- Returns:
- possible object is
ColorMeasurementConditions
-
setColorMeasurementConditions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setColorMeasurementConditions(ColorMeasurementConditions value)Sets the value of the colorMeasurementConditions property.- Parameters:
value- allowed object isColorMeasurementConditions
-
getDensityMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<DensityMeasuringField> getDensityMeasuringField()Gets the value of the densityMeasuringField 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 densityMeasuringField property.For example, to add a new item, do as follows:
getDensityMeasuringField().add(newItem);Objects of the following type(s) are allowed in the list
DensityMeasuringField- Returns:
- The value of the densityMeasuringField property.
-
getPatch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<Patch> getPatch()Gets the value of the patch 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 patch property.For example, to add a new item, do as follows:
getPatch().add(newItem);Objects of the following type(s) are allowed in the list
Patch- Returns:
- The value of the patch property.
-
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public XYPair getCenter()Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setCenter(XYPair value)Sets the value of the center property.- Parameters:
value- allowed object isString
-
getRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getRotation()Gets the value of the rotation property.- Returns:
- possible object is
Float
-
setRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setRotation(java.lang.Float value)Sets the value of the rotation property.- Parameters:
value- allowed object isFloat
-
getSeparations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<java.lang.String> getSeparations()Gets the value of the separations 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 separations property.For example, to add a new item, do as follows:
getSeparations().add(newItem);Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the separations property.
-
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public XYPair getSize()Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setSize(XYPair value)Sets the value of the size property.- Parameters:
value- allowed object isString
-
getStripType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.String getStripType()Gets the value of the stripType property.- Returns:
- possible object is
String
-
setStripType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setStripType(java.lang.String value)Sets the value of the stripType property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public 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.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.
- Returns:
- always non-null
-
withCIELABMeasuringField
public ColorControlStrip withCIELABMeasuringField(CIELABMeasuringField... values)
-
withCIELABMeasuringField
public ColorControlStrip withCIELABMeasuringField(java.util.Collection<CIELABMeasuringField> values)
-
withColorMeasurementConditions
public ColorControlStrip withColorMeasurementConditions(ColorMeasurementConditions value)
-
withDensityMeasuringField
public ColorControlStrip withDensityMeasuringField(DensityMeasuringField... values)
-
withDensityMeasuringField
public ColorControlStrip withDensityMeasuringField(java.util.Collection<DensityMeasuringField> values)
-
withPatch
public ColorControlStrip withPatch(Patch... values)
-
withPatch
public ColorControlStrip withPatch(java.util.Collection<Patch> values)
-
withCenter
public ColorControlStrip withCenter(XYPair value)
-
withRotation
public ColorControlStrip withRotation(java.lang.Float value)
-
withSeparations
public ColorControlStrip withSeparations(java.lang.String... values)
-
withSeparations
public ColorControlStrip withSeparations(java.util.Collection<java.lang.String> values)
-
withSize
public ColorControlStrip withSize(XYPair value)
-
withStripType
public ColorControlStrip withStripType(java.lang.String value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-