Class UpdateVignettePublishFormatParam


  • public class UpdateVignettePublishFormatParam
    extends 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>
     
    • Constructor Detail

      • UpdateVignettePublishFormatParam

        public UpdateVignettePublishFormatParam()
    • Method Detail

      • getCompanyHandle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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