Package com.scene7.ipsapi
Class AnimatedGifInfo
- java.lang.Object
-
- com.scene7.ipsapi.AnimatedGifInfo
-
public class AnimatedGifInfo extends Object
Java class for AnimatedGifInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnimatedGifInfo"> <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="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 AnimatedGifInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getFileSize()
Gets the value of the fileSize 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
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.
-
-
-
Method Detail
-
getOriginalPath
public String getOriginalPath()
Gets the value of the originalPath property.- Returns:
- possible object is
String
-
setOriginalPath
public void setOriginalPath(String value)
Sets the value of the originalPath property.- Parameters:
value
- allowed object isString
-
getOriginalFile
public String getOriginalFile()
Gets the value of the originalFile property.- Returns:
- possible object is
String
-
setOriginalFile
public void setOriginalFile(String value)
Sets the value of the originalFile property.- Parameters:
value
- allowed object isString
-
getFileSize
public Long getFileSize()
Gets the value of the fileSize property.- Returns:
- possible object is
Long
-
setFileSize
public void setFileSize(Long value)
Sets the value of the fileSize property.- Parameters:
value
- allowed object isLong
-
getOptimizedPath
public String getOptimizedPath()
Gets the value of the optimizedPath property.- Returns:
- possible object is
String
-
setOptimizedPath
public void setOptimizedPath(String value)
Sets the value of the optimizedPath property.- Parameters:
value
- allowed object isString
-
getOptimizedFile
public String getOptimizedFile()
Gets the value of the optimizedFile property.- Returns:
- possible object is
String
-
-