Class SwatchColor


  • public class SwatchColor
    extends java.lang.Object

    Java class for SwatchColor complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SwatchColor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="redColor" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="greenColor" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="blueColor" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      SwatchColor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBlueColor()
      Gets the value of the blueColor property.
      int getGreenColor()
      Gets the value of the greenColor property.
      int getRedColor()
      Gets the value of the redColor property.
      void setBlueColor​(int value)
      Sets the value of the blueColor property.
      void setGreenColor​(int value)
      Sets the value of the greenColor property.
      void setRedColor​(int value)
      Sets the value of the redColor property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwatchColor

        public SwatchColor()
    • Method Detail

      • getRedColor

        public int getRedColor()
        Gets the value of the redColor property.
      • setRedColor

        public void setRedColor​(int value)
        Sets the value of the redColor property.
      • getGreenColor

        public int getGreenColor()
        Gets the value of the greenColor property.
      • setGreenColor

        public void setGreenColor​(int value)
        Sets the value of the greenColor property.
      • getBlueColor

        public int getBlueColor()
        Gets the value of the blueColor property.
      • setBlueColor

        public void setBlueColor​(int value)
        Sets the value of the blueColor property.