Class ThumbAssetUpdate


  • public class ThumbAssetUpdate
    extends Object

    Java class for ThumbAssetUpdate complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ThumbAssetUpdate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="thumbAssetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ThumbAssetUpdate

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

        public String getThumbAssetHandle()
        Gets the value of the thumbAssetHandle property.
        Returns:
        possible object is String
      • setThumbAssetHandle

        public void setThumbAssetHandle​(String value)
        Sets the value of the thumbAssetHandle property.
        Parameters:
        value - allowed object is String