Package com.scene7.ipsapi
Class ColorManagementOptions
java.lang.Object
com.scene7.ipsapi.ColorManagementOptions
Java 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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the colorManagement property.Gets the value of the outputProfileHandle property.Gets the value of the sourceProfileHandle property.voidsetColorManagement(String value) Sets the value of the colorManagement property.voidsetOutputProfileHandle(String value) Sets the value of the outputProfileHandle property.voidsetSourceProfileHandle(String value) Sets the value of the sourceProfileHandle property.
-
Constructor Details
-
ColorManagementOptions
public ColorManagementOptions()
-
-
Method Details
-
getColorManagement
Gets the value of the colorManagement property.- Returns:
- possible object is
String
-
setColorManagement
Sets the value of the colorManagement property.- Parameters:
value- allowed object isString
-
getSourceProfileHandle
Gets the value of the sourceProfileHandle property.- Returns:
- possible object is
String
-
setSourceProfileHandle
Sets the value of the sourceProfileHandle property.- Parameters:
value- allowed object isString
-
getOutputProfileHandle
Gets the value of the outputProfileHandle property.- Returns:
- possible object is
String
-
setOutputProfileHandle
Sets the value of the outputProfileHandle property.- Parameters:
value- allowed object isString
-