Package com.scene7.ipsapi
Class ImageInfo
java.lang.Object
com.scene7.ipsapi.ImageInfo
Java class for ImageInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="originalPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="originalFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="optimizedPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="optimizedFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maskPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maskFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="sku" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="anchorX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="anchorY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="urlModifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="urlPostApplyModifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="zoomTargets" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}ZoomTargetArray" minOccurs="0"/>
<element name="masks" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}MaskArray" minOccurs="0"/>
<element name="imageMaps" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}ImageMapArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anchorX property.Gets the value of the anchorY property.Gets the value of the comments property.Gets the value of the description property.Gets the value of the fileSize property.Gets the value of the height property.Gets the value of the imageMaps property.Gets the value of the maskFile property.Gets the value of the maskPath property.getMasks()Gets the value of the masks property.Gets the value of the optimizedFile property.Gets the value of the optimizedPath property.Gets the value of the originalFile property.Gets the value of the originalPath property.Gets the value of the resolution property.getSku()Gets the value of the sku property.Gets the value of the urlModifier property.Gets the value of the urlPostApplyModifier property.Gets the value of the userData property.getWidth()Gets the value of the width property.Gets the value of the zoomTargets property.voidsetAnchorX(Integer value) Sets the value of the anchorX property.voidsetAnchorY(Integer value) Sets the value of the anchorY property.voidsetComments(String value) Sets the value of the comments property.voidsetDescription(String value) Sets the value of the description property.voidsetFileSize(Long value) Sets the value of the fileSize property.voidSets the value of the height property.voidsetImageMaps(ImageMapArray value) Sets the value of the imageMaps property.voidsetMaskFile(String value) Sets the value of the maskFile property.voidsetMaskPath(String value) Sets the value of the maskPath property.voidSets the value of the masks property.voidsetOptimizedFile(String value) Sets the value of the optimizedFile property.voidsetOptimizedPath(String value) Sets the value of the optimizedPath property.voidsetOriginalFile(String value) Sets the value of the originalFile property.voidsetOriginalPath(String value) Sets the value of the originalPath property.voidsetResolution(Double value) Sets the value of the resolution property.voidSets the value of the sku property.voidsetUrlModifier(String value) Sets the value of the urlModifier property.voidsetUrlPostApplyModifier(String value) Sets the value of the urlPostApplyModifier property.voidsetUserData(String value) Sets the value of the userData property.voidSets the value of the width property.voidsetZoomTargets(ZoomTargetArray value) Sets the value of the zoomTargets property.
-
Constructor Details
-
ImageInfo
public ImageInfo()
-
-
Method Details
-
getOriginalPath
Gets the value of the originalPath property.- Returns:
- possible object is
String
-
setOriginalPath
Sets the value of the originalPath property.- Parameters:
value- allowed object isString
-
getOriginalFile
Gets the value of the originalFile property.- Returns:
- possible object is
String
-
setOriginalFile
Sets the value of the originalFile property.- Parameters:
value- allowed object isString
-
getOptimizedPath
Gets the value of the optimizedPath property.- Returns:
- possible object is
String
-
setOptimizedPath
Sets the value of the optimizedPath property.- Parameters:
value- allowed object isString
-
getOptimizedFile
Gets the value of the optimizedFile property.- Returns:
- possible object is
String
-
setOptimizedFile
Sets the value of the optimizedFile property.- Parameters:
value- allowed object isString
-
getMaskPath
Gets the value of the maskPath property.- Returns:
- possible object is
String
-
setMaskPath
Sets the value of the maskPath property.- Parameters:
value- allowed object isString
-
getMaskFile
Gets the value of the maskFile property.- Returns:
- possible object is
String
-
setMaskFile
Sets the value of the maskFile property.- Parameters:
value- allowed object isString
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-
getFileSize
Gets the value of the fileSize property.- Returns:
- possible object is
Long
-
setFileSize
Sets the value of the fileSize property.- Parameters:
value- allowed object isLong
-
getResolution
Gets the value of the resolution property.- Returns:
- possible object is
Double
-
setResolution
Sets the value of the resolution property.- Parameters:
value- allowed object isDouble
-
getSku
Gets the value of the sku property.- Returns:
- possible object is
String
-
setSku
Sets the value of the sku property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
String
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isString
-
getUserData
Gets the value of the userData property.- Returns:
- possible object is
String
-
setUserData
Sets the value of the userData property.- Parameters:
value- allowed object isString
-
getAnchorX
Gets the value of the anchorX property.- Returns:
- possible object is
Integer
-
setAnchorX
Sets the value of the anchorX property.- Parameters:
value- allowed object isInteger
-
getAnchorY
Gets the value of the anchorY property.- Returns:
- possible object is
Integer
-
setAnchorY
Sets the value of the anchorY property.- Parameters:
value- allowed object isInteger
-
getUrlModifier
Gets the value of the urlModifier property.- Returns:
- possible object is
String
-
setUrlModifier
Sets the value of the urlModifier property.- Parameters:
value- allowed object isString
-
getUrlPostApplyModifier
Gets the value of the urlPostApplyModifier property.- Returns:
- possible object is
String
-
setUrlPostApplyModifier
Sets the value of the urlPostApplyModifier property.- Parameters:
value- allowed object isString
-
getZoomTargets
Gets the value of the zoomTargets property.- Returns:
- possible object is
ZoomTargetArray
-
setZoomTargets
Sets the value of the zoomTargets property.- Parameters:
value- allowed object isZoomTargetArray
-
getMasks
Gets the value of the masks property.- Returns:
- possible object is
MaskArray
-
setMasks
Sets the value of the masks property.- Parameters:
value- allowed object isMaskArray
-
getImageMaps
Gets the value of the imageMaps property.- Returns:
- possible object is
ImageMapArray
-
setImageMaps
Sets the value of the imageMaps property.- Parameters:
value- allowed object isImageMapArray
-