Package com.scene7.ipsapi
Class VideoInfo
java.lang.Object
com.scene7.ipsapi.VideoInfo
Java class for VideoInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoInfo">
<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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileSize property.Gets the value of the imageFile property.Gets the value of the imagePath property.Gets the value of the optimizedFile property.Gets the value of the optimizedPath property.Gets the value of the originalFile property.Gets the value of the originalPath property.voidsetFileSize(Long value) Sets the value of the fileSize property.voidsetImageFile(String value) Sets the value of the imageFile property.voidsetImagePath(String value) Sets the value of the imagePath property.voidsetOptimizedFile(String value) Sets the value of the optimizedFile property.voidsetOptimizedPath(String value) Sets the value of the optimizedPath property.voidsetOriginalFile(String value) Sets the value of the originalFile property.voidsetOriginalPath(String value) Sets the value of the originalPath property.
-
Constructor Details
-
VideoInfo
public VideoInfo()
-
-
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
-
getImagePath
Gets the value of the imagePath property.- Returns:
- possible object is
String
-
setImagePath
Sets the value of the imagePath property.- Parameters:
value- allowed object isString
-
getImageFile
Gets the value of the imageFile property.- Returns:
- possible object is
String
-
setImageFile
Sets the value of the imageFile property.- Parameters:
value- allowed object isString
-
getOptimizedPath
Gets the value of the optimizedPath property.- Returns:
- possible object is
String
-
setOptimizedPath
Sets the value of the optimizedPath property.- Parameters:
value- allowed object isString
-
getOptimizedFile
Gets the value of the optimizedFile property.- Returns:
- possible object is
String
-
setOptimizedFile
Sets the value of the optimizedFile property.- Parameters:
value- allowed object isString
-