Package com.scene7.ipsapi
Class RTFInfo
java.lang.Object
com.scene7.ipsapi.RTFInfo
Java class for RTFInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RTFInfo"> <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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileSize property.Gets the value of the originalFile property.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.
-
Constructor Details
-
RTFInfo
public RTFInfo()
-
-
Method Details
-
getOriginalPath
Gets the value of the originalPath property.- Returns:
- possible object is
String
-
setOriginalPath
Sets the value of the originalPath property.- Parameters:
value
- allowed object isString
-
getOriginalFile
Gets the value of the originalFile property.- Returns:
- possible object is
String
-
setOriginalFile
Sets the value of the originalFile property.- Parameters:
value
- allowed object isString
-
getFileSize
Gets the value of the fileSize property.- Returns:
- possible object is
Long
-
setFileSize
Sets the value of the fileSize property.- Parameters:
value
- allowed object isLong
-