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