public class ImageInfo
extends java.lang.Object
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/2017-10-29-beta}ZoomTargetArray" minOccurs="0"/> <element name="masks" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}MaskArray" minOccurs="0"/> <element name="imageMaps" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ImageMapArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ImageInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAnchorX()
Gets the value of the anchorX property.
|
java.lang.Integer |
getAnchorY()
Gets the value of the anchorY property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Long |
getFileSize()
Gets the value of the fileSize property.
|
java.lang.Integer |
getHeight()
Gets the value of the height property.
|
ImageMapArray |
getImageMaps()
Gets the value of the imageMaps property.
|
java.lang.String |
getMaskFile()
Gets the value of the maskFile property.
|
java.lang.String |
getMaskPath()
Gets the value of the maskPath property.
|
MaskArray |
getMasks()
Gets the value of the masks property.
|
java.lang.String |
getOptimizedFile()
Gets the value of the optimizedFile property.
|
java.lang.String |
getOptimizedPath()
Gets the value of the optimizedPath property.
|
java.lang.String |
getOriginalFile()
Gets the value of the originalFile property.
|
java.lang.String |
getOriginalPath()
Gets the value of the originalPath property.
|
java.lang.Double |
getResolution()
Gets the value of the resolution property.
|
java.lang.String |
getSku()
Gets the value of the sku property.
|
java.lang.String |
getUrlModifier()
Gets the value of the urlModifier property.
|
java.lang.String |
getUrlPostApplyModifier()
Gets the value of the urlPostApplyModifier property.
|
java.lang.String |
getUserData()
Gets the value of the userData property.
|
java.lang.Integer |
getWidth()
Gets the value of the width property.
|
ZoomTargetArray |
getZoomTargets()
Gets the value of the zoomTargets property.
|
void |
setAnchorX(java.lang.Integer value)
Sets the value of the anchorX property.
|
void |
setAnchorY(java.lang.Integer value)
Sets the value of the anchorY property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFileSize(java.lang.Long value)
Sets the value of the fileSize property.
|
void |
setHeight(java.lang.Integer value)
Sets the value of the height property.
|
void |
setImageMaps(ImageMapArray value)
Sets the value of the imageMaps property.
|
void |
setMaskFile(java.lang.String value)
Sets the value of the maskFile property.
|
void |
setMaskPath(java.lang.String value)
Sets the value of the maskPath property.
|
void |
setMasks(MaskArray value)
Sets the value of the masks property.
|
void |
setOptimizedFile(java.lang.String value)
Sets the value of the optimizedFile property.
|
void |
setOptimizedPath(java.lang.String value)
Sets the value of the optimizedPath property.
|
void |
setOriginalFile(java.lang.String value)
Sets the value of the originalFile property.
|
void |
setOriginalPath(java.lang.String value)
Sets the value of the originalPath property.
|
void |
setResolution(java.lang.Double value)
Sets the value of the resolution property.
|
void |
setSku(java.lang.String value)
Sets the value of the sku property.
|
void |
setUrlModifier(java.lang.String value)
Sets the value of the urlModifier property.
|
void |
setUrlPostApplyModifier(java.lang.String value)
Sets the value of the urlPostApplyModifier property.
|
void |
setUserData(java.lang.String value)
Sets the value of the userData property.
|
void |
setWidth(java.lang.Integer value)
Sets the value of the width property.
|
void |
setZoomTargets(ZoomTargetArray value)
Sets the value of the zoomTargets property.
|
public java.lang.String getOriginalPath()
String
public void setOriginalPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOriginalFile()
String
public void setOriginalFile(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOptimizedPath()
String
public void setOptimizedPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOptimizedFile()
String
public void setOptimizedFile(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaskPath()
String
public void setMaskPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaskFile()
String
public void setMaskFile(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getWidth()
Integer
public void setWidth(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getHeight()
Integer
public void setHeight(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Long getFileSize()
Long
public void setFileSize(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Double getResolution()
Double
public void setResolution(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getSku()
String
public void setSku(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getComments()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserData()
String
public void setUserData(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getAnchorX()
Integer
public void setAnchorX(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getAnchorY()
Integer
public void setAnchorY(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getUrlModifier()
String
public void setUrlModifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrlPostApplyModifier()
String
public void setUrlPostApplyModifier(java.lang.String value)
value
- allowed object is
String
public ZoomTargetArray getZoomTargets()
ZoomTargetArray
public void setZoomTargets(ZoomTargetArray value)
value
- allowed object is
ZoomTargetArray
public MaskArray getMasks()
MaskArray
public void setMasks(MaskArray value)
value
- allowed object is
MaskArray
public ImageMapArray getImageMaps()
ImageMapArray
public void setImageMaps(ImageMapArray value)
value
- allowed object is
ImageMapArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"