Class 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.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:
    Serialized Form
    • Field Detail

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

        protected java.lang.String stripType
    • Constructor Detail

      • ColorControlStrip

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

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

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

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

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

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

        public ColorControlStrip withSeparations​(java.util.Collection<java.lang.String> values)
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.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 java.lang.Object