Class SwatchColor

java.lang.Object
com.scene7.ipsapi.SwatchColor

public class SwatchColor extends 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 Details

    • SwatchColor

      public SwatchColor()
  • Method Details

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