Class 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.Serializable

    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:
    Serialized Form
    • 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
    • Constructor Detail

      • ColorControlStrip

        public ColorControlStrip()
    • 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 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

        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 is ColorMeasurementConditions
      • 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 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

        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 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

        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 is String
      • 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 is Float
      • 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 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

        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 is String
      • 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 is String
      • 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
      • withSeparations

        public ColorControlStrip withSeparations​(java.lang.String... values)
      • withSeparations

        public ColorControlStrip withSeparations​(java.util.Collection<java.lang.String> values)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object