public class IccProfileInfo extends Object
Java class for IccProfileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IccProfileInfo">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IccProfileInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFileSize()
Gets the value of the fileSize 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 |
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()
LongCopyright © 2010 - 2020 Adobe. All Rights Reserved