public class WindowCoveringInfo
extends java.lang.Object
Java class for WindowCoveringInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WindowCoveringInfo"> <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 |
---|
WindowCoveringInfo() |
Modifier and Type | Method and 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.
|
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.Long getFileSize()
Long
public void setFileSize(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getImagePath()
String
public void setImagePath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getImageFile()
String
public void setImageFile(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
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"