Class ColorControlStrip

java.lang.Object
org.cip4.lib.xjdf.schema.ColorControlStrip
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class ColorControlStrip extends Object implements 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 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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Patch> 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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<String> 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 set method 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 is ColorMeasurementConditions
    • 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 set method 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 set method 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 is String
    • 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 is Float
    • 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 set method 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 is String
    • 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 is String
    • 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

      public ColorControlStrip withCIELABMeasuringField(CIELABMeasuringField... values)
    • withCIELABMeasuringField

      public ColorControlStrip withCIELABMeasuringField(Collection<CIELABMeasuringField> values)
    • withColorMeasurementConditions

      public ColorControlStrip withColorMeasurementConditions(ColorMeasurementConditions value)
    • withDensityMeasuringField

      public ColorControlStrip withDensityMeasuringField(DensityMeasuringField... values)
    • withDensityMeasuringField

      public ColorControlStrip withDensityMeasuringField(Collection<DensityMeasuringField> values)
    • withPatch

      public ColorControlStrip withPatch(Patch... values)
    • withPatch

      public ColorControlStrip withPatch(Collection<Patch> values)
    • withCenter

      public ColorControlStrip withCenter(XYPair value)
    • withRotation

      public ColorControlStrip withRotation(Float value)
    • withSeparations

      public ColorControlStrip withSeparations(String... values)
    • withSeparations

      public ColorControlStrip withSeparations(Collection<String> values)
    • withSize

      public ColorControlStrip withSize(XYPair value)
    • withStripType

      public ColorControlStrip withStripType(String value)
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object