Package com.scene7.ipsapi
Class UpdateVignettePublishFormatParam
java.lang.Object
com.scene7.ipsapi.UpdateVignettePublishFormatParam
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the companyHandle property.getName()Gets the value of the name property.Gets the value of the saveAsVersion property.Gets the value of the sharpen property.Gets the value of the sizeSuffixSeparator property.Gets the value of the targetHeight property.Gets the value of the targetWidth property.Gets the value of the thumbWidth property.Gets the value of the usmAmount property.Gets the value of the usmRadius property.Gets the value of the usmThreshold property.Gets the value of the vignetteFormatHandle property.Gets 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(Integer value) Sets the value of the saveAsVersion property.voidsetSharpen(Integer value) Sets the value of the sharpen property.voidsetSizeSuffixSeparator(String value) Sets the value of the sizeSuffixSeparator property.voidsetTargetHeight(Integer value) Sets the value of the targetHeight property.voidsetTargetWidth(Integer value) Sets the value of the targetWidth property.voidsetThumbWidth(Integer 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(Integer value) Sets the value of the usmThreshold property.voidsetVignetteFormatHandle(String value) Sets the value of the vignetteFormatHandle property.
-
Constructor Details
-
UpdateVignettePublishFormatParam
public UpdateVignettePublishFormatParam()
-
-
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
-
getVignetteFormatHandle
Gets the value of the vignetteFormatHandle property.- Returns:
- possible object is
String
-
setVignetteFormatHandle
Sets the value of the vignetteFormatHandle 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
Gets the value of the targetWidth property.- Returns:
- possible object is
Integer
-
setTargetWidth
Sets the value of the targetWidth property.- Parameters:
value- allowed object isInteger
-
getTargetHeight
Gets the value of the targetHeight property.- Returns:
- possible object is
Integer
-
setTargetHeight
Sets the value of the targetHeight property.- Parameters:
value- allowed object isInteger
-
isCreatePyramid
Gets the value of the createPyramid property.- Returns:
- possible object is
Boolean
-
setCreatePyramid
Sets the value of the createPyramid property.- Parameters:
value- allowed object isBoolean
-
getThumbWidth
Gets the value of the thumbWidth property.- Returns:
- possible object is
Integer
-
setThumbWidth
Sets the value of the thumbWidth property.- Parameters:
value- allowed object isInteger
-
getSaveAsVersion
Gets the value of the saveAsVersion property.- Returns:
- possible object is
Integer
-
setSaveAsVersion
Sets the value of the saveAsVersion property.- Parameters:
value- allowed object isInteger
-
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
Gets the value of the sharpen property.- Returns:
- possible object is
Integer
-
setSharpen
Sets the value of the sharpen property.- Parameters:
value- allowed object isInteger
-
getUsmAmount
Gets the value of the usmAmount property.- Returns:
- possible object is
Double
-
setUsmAmount
Sets the value of the usmAmount property.- Parameters:
value- allowed object isDouble
-
getUsmRadius
Gets the value of the usmRadius property.- Returns:
- possible object is
Double
-
setUsmRadius
Sets the value of the usmRadius property.- Parameters:
value- allowed object isDouble
-
getUsmThreshold
Gets the value of the usmThreshold property.- Returns:
- possible object is
Integer
-
setUsmThreshold
Sets the value of the usmThreshold property.- Parameters:
value- allowed object isInteger
-