Class ImageInfo


  • 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/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.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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageInfo

        public ImageInfo()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Integer
      • 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 is Integer
      • 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 is Long
      • 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 is Double
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Integer
      • 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 is Integer
      • 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 is String
      • 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 is String
      • 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