Package com.scene7.ipsapi
Class UpdateVignettePublishFormatParam
- java.lang.Object
-
- com.scene7.ipsapi.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 Summary
Constructors Constructor Description UpdateVignettePublishFormatParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompanyHandle()
Gets the value of the companyHandle property.String
getName()
Gets the value of the name property.Integer
getSaveAsVersion()
Gets the value of the saveAsVersion property.Integer
getSharpen()
Gets the value of the sharpen property.String
getSizeSuffixSeparator()
Gets the value of the sizeSuffixSeparator property.Integer
getTargetHeight()
Gets the value of the targetHeight property.Integer
getTargetWidth()
Gets the value of the targetWidth property.Integer
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.Integer
getUsmThreshold()
Gets the value of the usmThreshold property.String
getVignetteFormatHandle()
Gets the value of the vignetteFormatHandle property.Boolean
isCreatePyramid()
Gets the value of the createPyramid property.void
setCompanyHandle(String value)
Sets the value of the companyHandle property.void
setCreatePyramid(Boolean value)
Sets the value of the createPyramid property.void
setName(String value)
Sets the value of the name property.void
setSaveAsVersion(Integer value)
Sets the value of the saveAsVersion property.void
setSharpen(Integer value)
Sets the value of the sharpen property.void
setSizeSuffixSeparator(String value)
Sets the value of the sizeSuffixSeparator property.void
setTargetHeight(Integer value)
Sets the value of the targetHeight property.void
setTargetWidth(Integer value)
Sets the value of the targetWidth property.void
setThumbWidth(Integer 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(Integer value)
Sets the value of the usmThreshold property.void
setVignetteFormatHandle(String value)
Sets the value of the vignetteFormatHandle property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isInteger
-
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 isInteger
-
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 isBoolean
-
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 isInteger
-
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 isInteger
-
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 isString
-
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 isInteger
-
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 isDouble
-
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 isDouble
-
getUsmThreshold
public Integer getUsmThreshold()
Gets the value of the usmThreshold property.- Returns:
- possible object is
Integer
-
-