Package com.scene7.ipsapi
Class IccProfileFieldUpdate
- java.lang.Object
-
- com.scene7.ipsapi.IccProfileFieldUpdate
-
public class IccProfileFieldUpdate extends Object
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 Constructor Description IccProfileFieldUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssetHandle()Gets the value of the assetHandle property.StringgetClazz()Gets the value of the clazz property.StringgetColorSpace()Gets the value of the colorSpace property.StringgetPcsType()Gets the value of the pcsType property.voidsetAssetHandle(String value)Sets the value of the assetHandle property.voidsetClazz(String value)Sets 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.
-
-
-
Method Detail
-
getAssetHandle
public String getAssetHandle()
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
public void setAssetHandle(String value)
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getColorSpace
public String getColorSpace()
Gets the value of the colorSpace property.- Returns:
- possible object is
String
-
setColorSpace
public void setColorSpace(String value)
Sets the value of the colorSpace property.- Parameters:
value- allowed object isString
-
getPcsType
public String getPcsType()
Gets the value of the pcsType property.- Returns:
- possible object is
String
-
-