Package com.scene7.ipsapi
Class SwatchColor
java.lang.Object
com.scene7.ipsapi.SwatchColor
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 -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the blueColor property.intGets the value of the greenColor property.intGets the value of the redColor property.voidsetBlueColor(int value) Sets the value of the blueColor property.voidsetGreenColor(int value) Sets the value of the greenColor property.voidsetRedColor(int value) Sets the value of the redColor property.
-
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.
-