public class CabinetInfo extends 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 and Description |
|---|
CabinetInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFileSize()
Gets the value of the fileSize property.
|
String |
getImageFile()
Gets the value of the imageFile property.
|
String |
getImagePath()
Gets the value of the imagePath property.
|
String |
getOptimizedFile()
Gets the value of the optimizedFile property.
|
String |
getOptimizedPath()
Gets the value of the optimizedPath property.
|
String |
getOriginalFile()
Gets the value of the originalFile property.
|
String |
getOriginalPath()
Gets the value of the originalPath property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setImageFile(String value)
Sets the value of the imageFile property.
|
void |
setImagePath(String value)
Sets the value of the imagePath property.
|
void |
setOptimizedFile(String value)
Sets the value of the optimizedFile property.
|
void |
setOptimizedPath(String value)
Sets the value of the optimizedPath property.
|
void |
setOriginalFile(String value)
Sets the value of the originalFile property.
|
void |
setOriginalPath(String value)
Sets the value of the originalPath property.
|
public String getOriginalPath()
Stringpublic void setOriginalPath(String value)
value - allowed object is
Stringpublic String getOriginalFile()
Stringpublic void setOriginalFile(String value)
value - allowed object is
Stringpublic Long getFileSize()
Longpublic void setFileSize(Long value)
value - allowed object is
Longpublic String getImagePath()
Stringpublic void setImagePath(String value)
value - allowed object is
Stringpublic String getImageFile()
Stringpublic void setImageFile(String value)
value - allowed object is
Stringpublic String getOptimizedPath()
Stringpublic void setOptimizedPath(String value)
value - allowed object is
Stringpublic String getOptimizedFile()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved