Package com.scene7.ipsapi
Class ColorManagementOptions
- java.lang.Object
-
- com.scene7.ipsapi.ColorManagementOptions
-
public class ColorManagementOptions extends java.lang.ObjectJava class for ColorManagementOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorManagementOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="colorManagement" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sourceProfileHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="outputProfileHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ColorManagementOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColorManagement()Gets the value of the colorManagement property.java.lang.StringgetOutputProfileHandle()Gets the value of the outputProfileHandle property.java.lang.StringgetSourceProfileHandle()Gets the value of the sourceProfileHandle property.voidsetColorManagement(java.lang.String value)Sets the value of the colorManagement property.voidsetOutputProfileHandle(java.lang.String value)Sets the value of the outputProfileHandle property.voidsetSourceProfileHandle(java.lang.String value)Sets the value of the sourceProfileHandle property.
-
-
-
Method Detail
-
getColorManagement
public java.lang.String getColorManagement()
Gets the value of the colorManagement property.- Returns:
- possible object is
String
-
setColorManagement
public void setColorManagement(java.lang.String value)
Sets the value of the colorManagement property.- Parameters:
value- allowed object isString
-
getSourceProfileHandle
public java.lang.String getSourceProfileHandle()
Gets the value of the sourceProfileHandle property.- Returns:
- possible object is
String
-
setSourceProfileHandle
public void setSourceProfileHandle(java.lang.String value)
Sets the value of the sourceProfileHandle property.- Parameters:
value- allowed object isString
-
getOutputProfileHandle
public java.lang.String getOutputProfileHandle()
Gets the value of the outputProfileHandle property.- Returns:
- possible object is
String
-
setOutputProfileHandle
public void setOutputProfileHandle(java.lang.String value)
Sets the value of the outputProfileHandle property.- Parameters:
value- allowed object isString
-
-