Class UpdateVignettePublishFormatParam


  • public class UpdateVignettePublishFormatParam
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="vignetteFormatHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="targetWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="targetHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="createPyramid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="thumbWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="saveAsVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="sizeSuffixSeparator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="sharpen" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="usmAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="usmRadius" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="usmThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCompanyHandle()
      Gets the value of the companyHandle property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.Integer getSaveAsVersion()
      Gets the value of the saveAsVersion property.
      java.lang.Integer getSharpen()
      Gets the value of the sharpen property.
      java.lang.String getSizeSuffixSeparator()
      Gets the value of the sizeSuffixSeparator property.
      java.lang.Integer getTargetHeight()
      Gets the value of the targetHeight property.
      java.lang.Integer getTargetWidth()
      Gets the value of the targetWidth property.
      java.lang.Integer getThumbWidth()
      Gets the value of the thumbWidth property.
      java.lang.Double getUsmAmount()
      Gets the value of the usmAmount property.
      java.lang.Double getUsmRadius()
      Gets the value of the usmRadius property.
      java.lang.Integer getUsmThreshold()
      Gets the value of the usmThreshold property.
      java.lang.String getVignetteFormatHandle()
      Gets the value of the vignetteFormatHandle property.
      java.lang.Boolean isCreatePyramid()
      Gets the value of the createPyramid property.
      void setCompanyHandle​(java.lang.String value)
      Sets the value of the companyHandle property.
      void setCreatePyramid​(java.lang.Boolean value)
      Sets the value of the createPyramid property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setSaveAsVersion​(java.lang.Integer value)
      Sets the value of the saveAsVersion property.
      void setSharpen​(java.lang.Integer value)
      Sets the value of the sharpen property.
      void setSizeSuffixSeparator​(java.lang.String value)
      Sets the value of the sizeSuffixSeparator property.
      void setTargetHeight​(java.lang.Integer value)
      Sets the value of the targetHeight property.
      void setTargetWidth​(java.lang.Integer value)
      Sets the value of the targetWidth property.
      void setThumbWidth​(java.lang.Integer value)
      Sets the value of the thumbWidth property.
      void setUsmAmount​(java.lang.Double value)
      Sets the value of the usmAmount property.
      void setUsmRadius​(java.lang.Double value)
      Sets the value of the usmRadius property.
      void setUsmThreshold​(java.lang.Integer value)
      Sets the value of the usmThreshold property.
      void setVignetteFormatHandle​(java.lang.String value)
      Sets the value of the vignetteFormatHandle property.
      • Methods inherited from class java.lang.Object

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

      • UpdateVignettePublishFormatParam

        public UpdateVignettePublishFormatParam()
    • Method Detail

      • getCompanyHandle

        public java.lang.String getCompanyHandle()
        Gets the value of the companyHandle property.
        Returns:
        possible object is String
      • setCompanyHandle

        public void setCompanyHandle​(java.lang.String value)
        Sets the value of the companyHandle property.
        Parameters:
        value - allowed object is String
      • getVignetteFormatHandle

        public java.lang.String getVignetteFormatHandle()
        Gets the value of the vignetteFormatHandle property.
        Returns:
        possible object is String
      • setVignetteFormatHandle

        public void setVignetteFormatHandle​(java.lang.String value)
        Sets the value of the vignetteFormatHandle property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getTargetWidth

        public java.lang.Integer getTargetWidth()
        Gets the value of the targetWidth property.
        Returns:
        possible object is Integer
      • setTargetWidth

        public void setTargetWidth​(java.lang.Integer value)
        Sets the value of the targetWidth property.
        Parameters:
        value - allowed object is Integer
      • getTargetHeight

        public java.lang.Integer getTargetHeight()
        Gets the value of the targetHeight property.
        Returns:
        possible object is Integer
      • setTargetHeight

        public void setTargetHeight​(java.lang.Integer value)
        Sets the value of the targetHeight property.
        Parameters:
        value - allowed object is Integer
      • isCreatePyramid

        public java.lang.Boolean isCreatePyramid()
        Gets the value of the createPyramid property.
        Returns:
        possible object is Boolean
      • setCreatePyramid

        public void setCreatePyramid​(java.lang.Boolean value)
        Sets the value of the createPyramid property.
        Parameters:
        value - allowed object is Boolean
      • getThumbWidth

        public java.lang.Integer getThumbWidth()
        Gets the value of the thumbWidth property.
        Returns:
        possible object is Integer
      • setThumbWidth

        public void setThumbWidth​(java.lang.Integer value)
        Sets the value of the thumbWidth property.
        Parameters:
        value - allowed object is Integer
      • getSaveAsVersion

        public java.lang.Integer getSaveAsVersion()
        Gets the value of the saveAsVersion property.
        Returns:
        possible object is Integer
      • setSaveAsVersion

        public void setSaveAsVersion​(java.lang.Integer value)
        Sets the value of the saveAsVersion property.
        Parameters:
        value - allowed object is Integer
      • getSizeSuffixSeparator

        public java.lang.String getSizeSuffixSeparator()
        Gets the value of the sizeSuffixSeparator property.
        Returns:
        possible object is String
      • setSizeSuffixSeparator

        public void setSizeSuffixSeparator​(java.lang.String value)
        Sets the value of the sizeSuffixSeparator property.
        Parameters:
        value - allowed object is String
      • getSharpen

        public java.lang.Integer getSharpen()
        Gets the value of the sharpen property.
        Returns:
        possible object is Integer
      • setSharpen

        public void setSharpen​(java.lang.Integer value)
        Sets the value of the sharpen property.
        Parameters:
        value - allowed object is Integer
      • getUsmAmount

        public java.lang.Double getUsmAmount()
        Gets the value of the usmAmount property.
        Returns:
        possible object is Double
      • setUsmAmount

        public void setUsmAmount​(java.lang.Double value)
        Sets the value of the usmAmount property.
        Parameters:
        value - allowed object is Double
      • getUsmRadius

        public java.lang.Double getUsmRadius()
        Gets the value of the usmRadius property.
        Returns:
        possible object is Double
      • setUsmRadius

        public void setUsmRadius​(java.lang.Double value)
        Sets the value of the usmRadius property.
        Parameters:
        value - allowed object is Double
      • getUsmThreshold

        public java.lang.Integer getUsmThreshold()
        Gets the value of the usmThreshold property.
        Returns:
        possible object is Integer
      • setUsmThreshold

        public void setUsmThreshold​(java.lang.Integer value)
        Sets the value of the usmThreshold property.
        Parameters:
        value - allowed object is Integer