Class CreateVignettePublishFormatParam


  • public class CreateVignettePublishFormatParam
    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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="targetWidth" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="targetHeight" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="createPyramid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="thumbWidth" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="saveAsVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="sizeSuffixSeparator" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sharpen" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="usmAmount" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="usmRadius" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="usmThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CreateVignettePublishFormatParam

        public CreateVignettePublishFormatParam()
    • 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
      • 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 int getTargetWidth()
        Gets the value of the targetWidth property.
      • setTargetWidth

        public void setTargetWidth​(int value)
        Sets the value of the targetWidth property.
      • getTargetHeight

        public int getTargetHeight()
        Gets the value of the targetHeight property.
      • setTargetHeight

        public void setTargetHeight​(int value)
        Sets the value of the targetHeight property.
      • isCreatePyramid

        public boolean isCreatePyramid()
        Gets the value of the createPyramid property.
      • setCreatePyramid

        public void setCreatePyramid​(boolean value)
        Sets the value of the createPyramid property.
      • getThumbWidth

        public int getThumbWidth()
        Gets the value of the thumbWidth property.
      • setThumbWidth

        public void setThumbWidth​(int value)
        Sets the value of the thumbWidth property.
      • getSaveAsVersion

        public int getSaveAsVersion()
        Gets the value of the saveAsVersion property.
      • setSaveAsVersion

        public void setSaveAsVersion​(int value)
        Sets the value of the saveAsVersion property.
      • 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 int getSharpen()
        Gets the value of the sharpen property.
      • setSharpen

        public void setSharpen​(int value)
        Sets the value of the sharpen property.
      • getUsmAmount

        public double getUsmAmount()
        Gets the value of the usmAmount property.
      • setUsmAmount

        public void setUsmAmount​(double value)
        Sets the value of the usmAmount property.
      • getUsmRadius

        public double getUsmRadius()
        Gets the value of the usmRadius property.
      • setUsmRadius

        public void setUsmRadius​(double value)
        Sets the value of the usmRadius property.
      • getUsmThreshold

        public int getUsmThreshold()
        Gets the value of the usmThreshold property.
      • setUsmThreshold

        public void setUsmThreshold​(int value)
        Sets the value of the usmThreshold property.