Class ImageInfo

java.lang.Object
com.scene7.ipsapi.ImageInfo

public class ImageInfo extends 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/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 Details

    • ImageInfo

      public ImageInfo()
  • Method Details

    • getOriginalPath

      public String getOriginalPath()
      Gets the value of the originalPath property.
      Returns:
      possible object is String
    • setOriginalPath

      public void setOriginalPath(String value)
      Sets the value of the originalPath property.
      Parameters:
      value - allowed object is String
    • getOriginalFile

      public String getOriginalFile()
      Gets the value of the originalFile property.
      Returns:
      possible object is String
    • setOriginalFile

      public void setOriginalFile(String value)
      Sets the value of the originalFile property.
      Parameters:
      value - allowed object is String
    • getOptimizedPath

      public String getOptimizedPath()
      Gets the value of the optimizedPath property.
      Returns:
      possible object is String
    • setOptimizedPath

      public void setOptimizedPath(String value)
      Sets the value of the optimizedPath property.
      Parameters:
      value - allowed object is String
    • getOptimizedFile

      public String getOptimizedFile()
      Gets the value of the optimizedFile property.
      Returns:
      possible object is String
    • setOptimizedFile

      public void setOptimizedFile(String value)
      Sets the value of the optimizedFile property.
      Parameters:
      value - allowed object is String
    • getMaskPath

      public String getMaskPath()
      Gets the value of the maskPath property.
      Returns:
      possible object is String
    • setMaskPath

      public void setMaskPath(String value)
      Sets the value of the maskPath property.
      Parameters:
      value - allowed object is String
    • getMaskFile

      public String getMaskFile()
      Gets the value of the maskFile property.
      Returns:
      possible object is String
    • setMaskFile

      public void setMaskFile(String value)
      Sets the value of the maskFile property.
      Parameters:
      value - allowed object is String
    • getWidth

      public Integer getWidth()
      Gets the value of the width property.
      Returns:
      possible object is Integer
    • setWidth

      public void setWidth(Integer value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is Integer
    • getHeight

      public Integer getHeight()
      Gets the value of the height property.
      Returns:
      possible object is Integer
    • setHeight

      public void setHeight(Integer value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is Integer
    • getFileSize

      public Long getFileSize()
      Gets the value of the fileSize property.
      Returns:
      possible object is Long
    • setFileSize

      public void setFileSize(Long value)
      Sets the value of the fileSize property.
      Parameters:
      value - allowed object is Long
    • getResolution

      public Double getResolution()
      Gets the value of the resolution property.
      Returns:
      possible object is Double
    • setResolution

      public void setResolution(Double value)
      Sets the value of the resolution property.
      Parameters:
      value - allowed object is Double
    • getSku

      public String getSku()
      Gets the value of the sku property.
      Returns:
      possible object is String
    • setSku

      public void setSku(String value)
      Sets the value of the sku property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getComments

      public String getComments()
      Gets the value of the comments property.
      Returns:
      possible object is String
    • setComments

      public void setComments(String value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is String
    • getUserData

      public String getUserData()
      Gets the value of the userData property.
      Returns:
      possible object is String
    • setUserData

      public void setUserData(String value)
      Sets the value of the userData property.
      Parameters:
      value - allowed object is String
    • getAnchorX

      public Integer getAnchorX()
      Gets the value of the anchorX property.
      Returns:
      possible object is Integer
    • setAnchorX

      public void setAnchorX(Integer value)
      Sets the value of the anchorX property.
      Parameters:
      value - allowed object is Integer
    • getAnchorY

      public Integer getAnchorY()
      Gets the value of the anchorY property.
      Returns:
      possible object is Integer
    • setAnchorY

      public void setAnchorY(Integer value)
      Sets the value of the anchorY property.
      Parameters:
      value - allowed object is Integer
    • getUrlModifier

      public String getUrlModifier()
      Gets the value of the urlModifier property.
      Returns:
      possible object is String
    • setUrlModifier

      public void setUrlModifier(String value)
      Sets the value of the urlModifier property.
      Parameters:
      value - allowed object is String
    • getUrlPostApplyModifier

      public String getUrlPostApplyModifier()
      Gets the value of the urlPostApplyModifier property.
      Returns:
      possible object is String
    • setUrlPostApplyModifier

      public void setUrlPostApplyModifier(String value)
      Sets the value of the urlPostApplyModifier property.
      Parameters:
      value - allowed object is String
    • 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 is ZoomTargetArray
    • 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 is MaskArray
    • 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 is ImageMapArray