Class IccProfileFieldUpdate


  • public class IccProfileFieldUpdate
    extends java.lang.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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAssetHandle()
      Gets the value of the assetHandle property.
      java.lang.String getClazz()
      Gets the value of the clazz property.
      java.lang.String getColorSpace()
      Gets the value of the colorSpace property.
      java.lang.String getPcsType()
      Gets the value of the pcsType property.
      void setAssetHandle​(java.lang.String value)
      Sets the value of the assetHandle property.
      void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      void setColorSpace​(java.lang.String value)
      Sets the value of the colorSpace property.
      void setPcsType​(java.lang.String value)
      Sets the value of the pcsType property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IccProfileFieldUpdate

        public IccProfileFieldUpdate()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String