Package com.scene7.ipsapi
Class SwatchColor
- java.lang.Object
-
- com.scene7.ipsapi.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.
-
-
-
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.
-
-