Package com.scene7.ipsapi
Class UpdateVignettePublishFormatParam
- java.lang.Object
 - 
- com.scene7.ipsapi.UpdateVignettePublishFormatParam
 
 
- 
public class UpdateVignettePublishFormatParam 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="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 java.lang.StringgetCompanyHandle()Gets the value of the companyHandle property.java.lang.StringgetName()Gets the value of the name property.java.lang.IntegergetSaveAsVersion()Gets the value of the saveAsVersion property.java.lang.IntegergetSharpen()Gets the value of the sharpen property.java.lang.StringgetSizeSuffixSeparator()Gets the value of the sizeSuffixSeparator property.java.lang.IntegergetTargetHeight()Gets the value of the targetHeight property.java.lang.IntegergetTargetWidth()Gets the value of the targetWidth property.java.lang.IntegergetThumbWidth()Gets the value of the thumbWidth property.java.lang.DoublegetUsmAmount()Gets the value of the usmAmount property.java.lang.DoublegetUsmRadius()Gets the value of the usmRadius property.java.lang.IntegergetUsmThreshold()Gets the value of the usmThreshold property.java.lang.StringgetVignetteFormatHandle()Gets the value of the vignetteFormatHandle property.java.lang.BooleanisCreatePyramid()Gets the value of the createPyramid property.voidsetCompanyHandle(java.lang.String value)Sets the value of the companyHandle property.voidsetCreatePyramid(java.lang.Boolean value)Sets the value of the createPyramid property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetSaveAsVersion(java.lang.Integer value)Sets the value of the saveAsVersion property.voidsetSharpen(java.lang.Integer value)Sets the value of the sharpen property.voidsetSizeSuffixSeparator(java.lang.String value)Sets the value of the sizeSuffixSeparator property.voidsetTargetHeight(java.lang.Integer value)Sets the value of the targetHeight property.voidsetTargetWidth(java.lang.Integer value)Sets the value of the targetWidth property.voidsetThumbWidth(java.lang.Integer value)Sets the value of the thumbWidth property.voidsetUsmAmount(java.lang.Double value)Sets the value of the usmAmount property.voidsetUsmRadius(java.lang.Double value)Sets the value of the usmRadius property.voidsetUsmThreshold(java.lang.Integer value)Sets the value of the usmThreshold property.voidsetVignetteFormatHandle(java.lang.String value)Sets the value of the vignetteFormatHandle 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
 
- 
getVignetteFormatHandle
public java.lang.String getVignetteFormatHandle()
Gets the value of the vignetteFormatHandle property.- Returns:
 - possible object is
     
String 
 
- 
setVignetteFormatHandle
public void setVignetteFormatHandle(java.lang.String value)
Sets the value of the vignetteFormatHandle 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 java.lang.Integer getTargetWidth()
Gets the value of the targetWidth property.- Returns:
 - possible object is
     
Integer 
 
- 
setTargetWidth
public void setTargetWidth(java.lang.Integer value)
Sets the value of the targetWidth property.- Parameters:
 value- allowed object isInteger
 
- 
getTargetHeight
public java.lang.Integer getTargetHeight()
Gets the value of the targetHeight property.- Returns:
 - possible object is
     
Integer 
 
- 
setTargetHeight
public void setTargetHeight(java.lang.Integer value)
Sets the value of the targetHeight property.- Parameters:
 value- allowed object isInteger
 
- 
isCreatePyramid
public java.lang.Boolean isCreatePyramid()
Gets the value of the createPyramid property.- Returns:
 - possible object is
     
Boolean 
 
- 
setCreatePyramid
public void setCreatePyramid(java.lang.Boolean value)
Sets the value of the createPyramid property.- Parameters:
 value- allowed object isBoolean
 
- 
getThumbWidth
public java.lang.Integer getThumbWidth()
Gets the value of the thumbWidth property.- Returns:
 - possible object is
     
Integer 
 
- 
setThumbWidth
public void setThumbWidth(java.lang.Integer value)
Sets the value of the thumbWidth property.- Parameters:
 value- allowed object isInteger
 
- 
getSaveAsVersion
public java.lang.Integer getSaveAsVersion()
Gets the value of the saveAsVersion property.- Returns:
 - possible object is
     
Integer 
 
- 
setSaveAsVersion
public void setSaveAsVersion(java.lang.Integer value)
Sets the value of the saveAsVersion property.- Parameters:
 value- allowed object isInteger
 
- 
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 java.lang.Integer getSharpen()
Gets the value of the sharpen property.- Returns:
 - possible object is
     
Integer 
 
- 
setSharpen
public void setSharpen(java.lang.Integer value)
Sets the value of the sharpen property.- Parameters:
 value- allowed object isInteger
 
- 
getUsmAmount
public java.lang.Double getUsmAmount()
Gets the value of the usmAmount property.- Returns:
 - possible object is
     
Double 
 
- 
setUsmAmount
public void setUsmAmount(java.lang.Double value)
Sets the value of the usmAmount property.- Parameters:
 value- allowed object isDouble
 
- 
getUsmRadius
public java.lang.Double getUsmRadius()
Gets the value of the usmRadius property.- Returns:
 - possible object is
     
Double 
 
- 
setUsmRadius
public void setUsmRadius(java.lang.Double value)
Sets the value of the usmRadius property.- Parameters:
 value- allowed object isDouble
 
- 
getUsmThreshold
public java.lang.Integer getUsmThreshold()
Gets the value of the usmThreshold property.- Returns:
 - possible object is
     
Integer 
 
- 
setUsmThreshold
public void setUsmThreshold(java.lang.Integer value)
Sets the value of the usmThreshold property.- Parameters:
 value- allowed object isInteger
 
 - 
 
 -