Package com.scene7.ipsapi
Class CreateVignettePublishFormatParam
- java.lang.Object
-
- com.scene7.ipsapi.CreateVignettePublishFormatParam
-
public class CreateVignettePublishFormatParam extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description CreateVignettePublishFormatParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCompanyHandle()Gets the value of the companyHandle property.java.lang.StringgetName()Gets the value of the name property.intgetSaveAsVersion()Gets the value of the saveAsVersion property.intgetSharpen()Gets the value of the sharpen property.java.lang.StringgetSizeSuffixSeparator()Gets the value of the sizeSuffixSeparator property.intgetTargetHeight()Gets the value of the targetHeight property.intgetTargetWidth()Gets the value of the targetWidth property.intgetThumbWidth()Gets the value of the thumbWidth property.doublegetUsmAmount()Gets the value of the usmAmount property.doublegetUsmRadius()Gets the value of the usmRadius property.intgetUsmThreshold()Gets the value of the usmThreshold property.booleanisCreatePyramid()Gets the value of the createPyramid property.voidsetCompanyHandle(java.lang.String value)Sets the value of the companyHandle property.voidsetCreatePyramid(boolean value)Sets the value of the createPyramid property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetSaveAsVersion(int value)Sets the value of the saveAsVersion property.voidsetSharpen(int value)Sets the value of the sharpen property.voidsetSizeSuffixSeparator(java.lang.String value)Sets the value of the sizeSuffixSeparator property.voidsetTargetHeight(int value)Sets the value of the targetHeight property.voidsetTargetWidth(int value)Sets the value of the targetWidth property.voidsetThumbWidth(int value)Sets the value of the thumbWidth property.voidsetUsmAmount(double value)Sets the value of the usmAmount property.voidsetUsmRadius(double value)Sets the value of the usmRadius property.voidsetUsmThreshold(int value)Sets the value of the usmThreshold property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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.
-
-