Class CabinetInfo


  • public class CabinetInfo
    extends java.lang.Object

    Java class for CabinetInfo complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CabinetInfo">
       <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="fileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="imagePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="imageFile" 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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      CabinetInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getFileSize()
      Gets the value of the fileSize property.
      java.lang.String getImageFile()
      Gets the value of the imageFile property.
      java.lang.String getImagePath()
      Gets the value of the imagePath 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.
      void setFileSize​(java.lang.Long value)
      Sets the value of the fileSize property.
      void setImageFile​(java.lang.String value)
      Sets the value of the imageFile property.
      void setImagePath​(java.lang.String value)
      Sets the value of the imagePath 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.
      • Methods inherited from class java.lang.Object

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

      • CabinetInfo

        public CabinetInfo()
    • 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
      • 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
      • getImagePath

        public java.lang.String getImagePath()
        Gets the value of the imagePath property.
        Returns:
        possible object is String
      • setImagePath

        public void setImagePath​(java.lang.String value)
        Sets the value of the imagePath property.
        Parameters:
        value - allowed object is String
      • getImageFile

        public java.lang.String getImageFile()
        Gets the value of the imageFile property.
        Returns:
        possible object is String
      • setImageFile

        public void setImageFile​(java.lang.String value)
        Sets the value of the imageFile 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