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 Details

    • IccProfileFieldUpdate

      public IccProfileFieldUpdate()
  • Method Details

    • 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 is String
    • 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 is String
    • 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 is String
    • getPcsType

      public String getPcsType()
      Gets the value of the pcsType property.
      Returns:
      possible object is String
    • setPcsType

      public void setPcsType(String value)
      Sets the value of the pcsType property.
      Parameters:
      value - allowed object is String