Package com.scene7.ipsapi
Class IccProfileFieldUpdate
java.lang.Object
com.scene7.ipsapi.IccProfileFieldUpdate
Java class for IccProfileFieldUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IccProfileFieldUpdate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="colorSpace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pcsType" 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 assetHandle property.getClazz()Gets the value of the clazz property.Gets the value of the colorSpace property.Gets the value of the pcsType property.voidsetAssetHandle(String value) Sets the value of the assetHandle property.voidSets the value of the clazz property.voidsetColorSpace(String value) Sets the value of the colorSpace property.voidsetPcsType(String value) Sets the value of the pcsType property.
-
Constructor Details
-
IccProfileFieldUpdate
public IccProfileFieldUpdate()
-
-
Method Details
-
getAssetHandle
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getColorSpace
Gets the value of the colorSpace property.- Returns:
- possible object is
String
-
setColorSpace
Sets the value of the colorSpace property.- Parameters:
value- allowed object isString
-
getPcsType
Gets the value of the pcsType property.- Returns:
- possible object is
String
-
setPcsType
Sets the value of the pcsType property.- Parameters:
value- allowed object isString
-