Class CreateVignettePublishFormatParam


  • public class CreateVignettePublishFormatParam
    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="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>
     
    • 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.
      int getSaveAsVersion()
      Gets the value of the saveAsVersion property.
      int getSharpen()
      Gets the value of the sharpen property.
      java.lang.String getSizeSuffixSeparator()
      Gets the value of the sizeSuffixSeparator property.
      int getTargetHeight()
      Gets the value of the targetHeight property.
      int getTargetWidth()
      Gets the value of the targetWidth property.
      int getThumbWidth()
      Gets the value of the thumbWidth property.
      double getUsmAmount()
      Gets the value of the usmAmount property.
      double getUsmRadius()
      Gets the value of the usmRadius property.
      int getUsmThreshold()
      Gets the value of the usmThreshold property.
      boolean isCreatePyramid()
      Gets the value of the createPyramid property.
      void setCompanyHandle​(java.lang.String value)
      Sets the value of the companyHandle property.
      void setCreatePyramid​(boolean value)
      Sets the value of the createPyramid property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setSaveAsVersion​(int value)
      Sets the value of the saveAsVersion property.
      void setSharpen​(int value)
      Sets the value of the sharpen property.
      void setSizeSuffixSeparator​(java.lang.String value)
      Sets the value of the sizeSuffixSeparator property.
      void setTargetHeight​(int value)
      Sets the value of the targetHeight property.
      void setTargetWidth​(int value)
      Sets the value of the targetWidth property.
      void setThumbWidth​(int value)
      Sets the value of the thumbWidth property.
      void setUsmAmount​(double value)
      Sets the value of the usmAmount property.
      void setUsmRadius​(double value)
      Sets the value of the usmRadius property.
      void setUsmThreshold​(int value)
      Sets the value of the usmThreshold property.
      • Methods inherited from class java.lang.Object

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

      • CreateVignettePublishFormatParam

        public CreateVignettePublishFormatParam()
    • 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
      • 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 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 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 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.