Class ColorControlStrip
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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}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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XYPairprotected List<CIELABMeasuringField>protected ColorMeasurementConditionsprotected List<DensityMeasuringField>protected Floatprotected XYPairprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the center property.Gets the value of the cielabMeasuringField property.Gets the value of the colorMeasurementConditions property.Gets the value of the densityMeasuringField property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPatch()Gets the value of the patch property.Gets the value of the rotation property.Gets the value of the separations property.getSize()Gets the value of the size property.Gets the value of the stripType property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the center property.voidSets the value of the colorMeasurementConditions property.voidsetRotation(Float value) Sets the value of the rotation property.voidSets the value of the size property.voidsetStripType(String value) Sets the value of the stripType property.withCenter(XYPair value) withCIELABMeasuringField(CIELABMeasuringField... values) withDensityMeasuringField(DensityMeasuringField... values) withPatch(Collection<Patch> values) withRotation(Float value) withSeparations(String... values) withSeparations(Collection<String> values) withStripType(String value)
-
Field Details
-
cielabMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<CIELABMeasuringField> cielabMeasuringField -
colorMeasurementConditions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorMeasurementConditions colorMeasurementConditions -
densityMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<DensityMeasuringField> densityMeasuringField -
patch
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair center -
rotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float rotation -
separations
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair size -
stripType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String stripType
-
-
Constructor Details
-
ColorControlStrip
public ColorControlStrip()
-
-
Method Details
-
getCIELABMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setRotation(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 v2.3.6", date="2022-12-18T20:00:09Z") public List<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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setStripType(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 v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
-
withCIELABMeasuringField
-
withColorMeasurementConditions
-
withDensityMeasuringField
-
withDensityMeasuringField
-
withPatch
-
withPatch
-
withCenter
-
withRotation
-
withSeparations
-
withSeparations
-
withSize
-
withStripType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
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()
-