Package com.scene7.ipsapi
Class ImageInfo
- java.lang.Object
 - 
- com.scene7.ipsapi.ImageInfo
 
 
- 
public class ImageInfo extends java.lang.ObjectJava 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/2021-04-26-beta}ZoomTargetArray" minOccurs="0"/> <element name="masks" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}MaskArray" minOccurs="0"/> <element name="imageMaps" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}ImageMapArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description ImageInfo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAnchorX()Gets the value of the anchorX property.java.lang.IntegergetAnchorY()Gets the value of the anchorY property.java.lang.StringgetComments()Gets the value of the comments property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.LonggetFileSize()Gets the value of the fileSize property.java.lang.IntegergetHeight()Gets the value of the height property.ImageMapArraygetImageMaps()Gets the value of the imageMaps property.java.lang.StringgetMaskFile()Gets the value of the maskFile property.java.lang.StringgetMaskPath()Gets the value of the maskPath property.MaskArraygetMasks()Gets the value of the masks property.java.lang.StringgetOptimizedFile()Gets the value of the optimizedFile property.java.lang.StringgetOptimizedPath()Gets the value of the optimizedPath property.java.lang.StringgetOriginalFile()Gets the value of the originalFile property.java.lang.StringgetOriginalPath()Gets the value of the originalPath property.java.lang.DoublegetResolution()Gets the value of the resolution property.java.lang.StringgetSku()Gets the value of the sku property.java.lang.StringgetUrlModifier()Gets the value of the urlModifier property.java.lang.StringgetUrlPostApplyModifier()Gets the value of the urlPostApplyModifier property.java.lang.StringgetUserData()Gets the value of the userData property.java.lang.IntegergetWidth()Gets the value of the width property.ZoomTargetArraygetZoomTargets()Gets the value of the zoomTargets property.voidsetAnchorX(java.lang.Integer value)Sets the value of the anchorX property.voidsetAnchorY(java.lang.Integer value)Sets the value of the anchorY property.voidsetComments(java.lang.String value)Sets the value of the comments property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetFileSize(java.lang.Long value)Sets the value of the fileSize property.voidsetHeight(java.lang.Integer value)Sets the value of the height property.voidsetImageMaps(ImageMapArray value)Sets the value of the imageMaps property.voidsetMaskFile(java.lang.String value)Sets the value of the maskFile property.voidsetMaskPath(java.lang.String value)Sets the value of the maskPath property.voidsetMasks(MaskArray value)Sets the value of the masks property.voidsetOptimizedFile(java.lang.String value)Sets the value of the optimizedFile property.voidsetOptimizedPath(java.lang.String value)Sets the value of the optimizedPath property.voidsetOriginalFile(java.lang.String value)Sets the value of the originalFile property.voidsetOriginalPath(java.lang.String value)Sets the value of the originalPath property.voidsetResolution(java.lang.Double value)Sets the value of the resolution property.voidsetSku(java.lang.String value)Sets the value of the sku property.voidsetUrlModifier(java.lang.String value)Sets the value of the urlModifier property.voidsetUrlPostApplyModifier(java.lang.String value)Sets the value of the urlPostApplyModifier property.voidsetUserData(java.lang.String value)Sets the value of the userData property.voidsetWidth(java.lang.Integer value)Sets the value of the width property.voidsetZoomTargets(ZoomTargetArray value)Sets the value of the zoomTargets property. 
 - 
 
- 
- 
Method Detail
- 
getOriginalPath
public java.lang.String getOriginalPath()
Gets the value of the originalPath property.- Returns:
 - possible object is
     
String 
 
- 
setOriginalPath
public void setOriginalPath(java.lang.String value)
Sets the value of the originalPath property.- Parameters:
 value- allowed object isString
 
- 
getOriginalFile
public java.lang.String getOriginalFile()
Gets the value of the originalFile property.- Returns:
 - possible object is
     
String 
 
- 
setOriginalFile
public void setOriginalFile(java.lang.String value)
Sets the value of the originalFile property.- Parameters:
 value- allowed object isString
 
- 
getOptimizedPath
public java.lang.String getOptimizedPath()
Gets the value of the optimizedPath property.- Returns:
 - possible object is
     
String 
 
- 
setOptimizedPath
public void setOptimizedPath(java.lang.String value)
Sets the value of the optimizedPath property.- Parameters:
 value- allowed object isString
 
- 
getOptimizedFile
public java.lang.String getOptimizedFile()
Gets the value of the optimizedFile property.- Returns:
 - possible object is
     
String 
 
- 
setOptimizedFile
public void setOptimizedFile(java.lang.String value)
Sets the value of the optimizedFile property.- Parameters:
 value- allowed object isString
 
- 
getMaskPath
public java.lang.String getMaskPath()
Gets the value of the maskPath property.- Returns:
 - possible object is
     
String 
 
- 
setMaskPath
public void setMaskPath(java.lang.String value)
Sets the value of the maskPath property.- Parameters:
 value- allowed object isString
 
- 
getMaskFile
public java.lang.String getMaskFile()
Gets the value of the maskFile property.- Returns:
 - possible object is
     
String 
 
- 
setMaskFile
public void setMaskFile(java.lang.String value)
Sets the value of the maskFile property.- Parameters:
 value- allowed object isString
 
- 
getWidth
public java.lang.Integer getWidth()
Gets the value of the width property.- Returns:
 - possible object is
     
Integer 
 
- 
setWidth
public void setWidth(java.lang.Integer value)
Sets the value of the width property.- Parameters:
 value- allowed object isInteger
 
- 
getHeight
public java.lang.Integer getHeight()
Gets the value of the height property.- Returns:
 - possible object is
     
Integer 
 
- 
setHeight
public void setHeight(java.lang.Integer value)
Sets the value of the height property.- Parameters:
 value- allowed object isInteger
 
- 
getFileSize
public java.lang.Long getFileSize()
Gets the value of the fileSize property.- Returns:
 - possible object is
     
Long 
 
- 
setFileSize
public void setFileSize(java.lang.Long value)
Sets the value of the fileSize property.- Parameters:
 value- allowed object isLong
 
- 
getResolution
public java.lang.Double getResolution()
Gets the value of the resolution property.- Returns:
 - possible object is
     
Double 
 
- 
setResolution
public void setResolution(java.lang.Double value)
Sets the value of the resolution property.- Parameters:
 value- allowed object isDouble
 
- 
getSku
public java.lang.String getSku()
Gets the value of the sku property.- Returns:
 - possible object is
     
String 
 
- 
setSku
public void setSku(java.lang.String value)
Sets the value of the sku property.- Parameters:
 value- allowed object isString
 
- 
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
 - possible object is
     
String 
 
- 
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
 value- allowed object isString
 
- 
getComments
public java.lang.String getComments()
Gets the value of the comments property.- Returns:
 - possible object is
     
String 
 
- 
setComments
public void setComments(java.lang.String value)
Sets the value of the comments property.- Parameters:
 value- allowed object isString
 
- 
getUserData
public java.lang.String getUserData()
Gets the value of the userData property.- Returns:
 - possible object is
     
String 
 
- 
setUserData
public void setUserData(java.lang.String value)
Sets the value of the userData property.- Parameters:
 value- allowed object isString
 
- 
getAnchorX
public java.lang.Integer getAnchorX()
Gets the value of the anchorX property.- Returns:
 - possible object is
     
Integer 
 
- 
setAnchorX
public void setAnchorX(java.lang.Integer value)
Sets the value of the anchorX property.- Parameters:
 value- allowed object isInteger
 
- 
getAnchorY
public java.lang.Integer getAnchorY()
Gets the value of the anchorY property.- Returns:
 - possible object is
     
Integer 
 
- 
setAnchorY
public void setAnchorY(java.lang.Integer value)
Sets the value of the anchorY property.- Parameters:
 value- allowed object isInteger
 
- 
getUrlModifier
public java.lang.String getUrlModifier()
Gets the value of the urlModifier property.- Returns:
 - possible object is
     
String 
 
- 
setUrlModifier
public void setUrlModifier(java.lang.String value)
Sets the value of the urlModifier property.- Parameters:
 value- allowed object isString
 
- 
getUrlPostApplyModifier
public java.lang.String getUrlPostApplyModifier()
Gets the value of the urlPostApplyModifier property.- Returns:
 - possible object is
     
String 
 
- 
setUrlPostApplyModifier
public void setUrlPostApplyModifier(java.lang.String value)
Sets the value of the urlPostApplyModifier property.- Parameters:
 value- allowed object isString
 
- 
getZoomTargets
public ZoomTargetArray getZoomTargets()
Gets the value of the zoomTargets property.- Returns:
 - possible object is
     
ZoomTargetArray 
 
- 
setZoomTargets
public void setZoomTargets(ZoomTargetArray value)
Sets the value of the zoomTargets property.- Parameters:
 value- allowed object isZoomTargetArray
 
- 
getMasks
public MaskArray getMasks()
Gets the value of the masks property.- Returns:
 - possible object is
     
MaskArray 
 
- 
setMasks
public void setMasks(MaskArray value)
Sets the value of the masks property.- Parameters:
 value- allowed object isMaskArray
 
- 
getImageMaps
public ImageMapArray getImageMaps()
Gets the value of the imageMaps property.- Returns:
 - possible object is
     
ImageMapArray 
 
- 
setImageMaps
public void setImageMaps(ImageMapArray value)
Sets the value of the imageMaps property.- Parameters:
 value- allowed object isImageMapArray
 
 - 
 
 -