Class ColorControlStrip
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ColorControlStrip
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class ColorControlStrip extends java.lang.Object implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected java.util.List<CIELABMeasuringField> cielabMeasuringField
-
colorMeasurementConditions
protected ColorMeasurementConditions colorMeasurementConditions
-
densityMeasuringField
protected java.util.List<DensityMeasuringField> densityMeasuringField
-
patch
protected java.util.List<Patch> patch
-
center
protected XYPair center
-
rotation
protected java.lang.Float rotation
-
separations
protected java.util.List<java.lang.String> separations
-
size
protected XYPair size
-
stripType
protected java.lang.String stripType
-
-
Method Detail
-
getCIELABMeasuringField
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 JAXB 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
-
getColorMeasurementConditions
public ColorMeasurementConditions getColorMeasurementConditions()
Gets the value of the colorMeasurementConditions property.- Returns:
- possible object is
ColorMeasurementConditions
-
setColorMeasurementConditions
public void setColorMeasurementConditions(ColorMeasurementConditions value)
Sets the value of the colorMeasurementConditions property.- Parameters:
value- allowed object isColorMeasurementConditions
-
getDensityMeasuringField
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 JAXB 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
-
getPatch
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 JAXB 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
-
getCenter
public XYPair getCenter()
Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
public void setCenter(XYPair value)
Sets the value of the center property.- Parameters:
value- allowed object isString
-
getRotation
public java.lang.Float getRotation()
Gets the value of the rotation property.- Returns:
- possible object is
Float
-
setRotation
public void setRotation(java.lang.Float value)
Sets the value of the rotation property.- Parameters:
value- allowed object isFloat
-
getSeparations
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 JAXB 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
-
getSize
public XYPair getSize()
Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
public void setSize(XYPair value)
Sets the value of the size property.- Parameters:
value- allowed object isString
-
getStripType
public java.lang.String getStripType()
Gets the value of the stripType property.- Returns:
- possible object is
String
-
setStripType
public void setStripType(java.lang.String value)
Sets the value of the stripType property.- Parameters:
value- allowed object isString
-
getOtherAttributes
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-