Package com.scene7.ipsapi
Class CreateVignettePublishFormatParam
java.lang.Object
com.scene7.ipsapi.CreateVignettePublishFormatParam
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the companyHandle property.getName()Gets the value of the name property.intGets the value of the saveAsVersion property.intGets the value of the sharpen property.Gets the value of the sizeSuffixSeparator property.intGets the value of the targetHeight property.intGets the value of the targetWidth property.intGets the value of the thumbWidth property.doubleGets the value of the usmAmount property.doubleGets the value of the usmRadius property.intGets the value of the usmThreshold property.booleanGets the value of the createPyramid property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetCreatePyramid(boolean value) Sets the value of the createPyramid property.voidSets 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(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.
-
Constructor Details
-
CreateVignettePublishFormatParam
public CreateVignettePublishFormatParam()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
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
Gets the value of the sizeSuffixSeparator property.- Returns:
- possible object is
String
-
setSizeSuffixSeparator
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.
-