|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem
public static class MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem
Each video item represents a specific category. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VideoItem" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VideoDescriptionType">
<xs:attribute type="xs:string" use="optional" name="Language"/>
<xs:attribute type="xs:string" use="optional" name="Caption"/>
<xs:attributeGroup ref="ns:RemovalGroup"/>
<xs:attribute type="xs:string" use="optional" name="Version"/>
<xs:attributeGroup ref="ns:DateTimeStampGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VideoDescriptionType">
<xs:sequence>
<xs:element name="VideoFormat" minOccurs="0" maxOccurs="unbounded">
<!-- Reference to inner class VideoFormat -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="Category"/>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup">
<xs:attribute type="xs:boolean" use="optional" name="Removal"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat
A set of video of a given category can be provided in different Format , each format will be described in this element Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem()
|
|
| Method Summary | |
|---|---|
void |
addVideoFormat(MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat item)
Add a 'VideoFormat' element item. |
void |
clearVideoFormats()
Remove all 'VideoFormat' element items. |
java.lang.String |
getCaption()
Get the 'Caption' attribute value. |
java.lang.String |
getCategory()
Get the 'Category' attribute value. |
DateTimeStampGroup |
getDateTimeStampGroup()
Get the 'DateTimeStampGroup' attributeGroup value. |
java.lang.String |
getLanguage()
Get the 'Language' attribute value. |
java.lang.Boolean |
getRemoval()
Get the 'Removal' attribute value. |
java.lang.String |
getVersion()
Get the 'Version' attribute value. |
MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat |
getVideoFormat(int index)
Get 'VideoFormat' element item by position. |
java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat> |
getVideoFormats()
Get the list of 'VideoFormat' element items. |
void |
setCaption(java.lang.String caption)
Set the 'Caption' attribute value. |
void |
setCategory(java.lang.String category)
Set the 'Category' attribute value. |
void |
setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
Set the 'DateTimeStampGroup' attributeGroup value. |
void |
setLanguage(java.lang.String language)
Set the 'Language' attribute value. |
void |
setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. |
void |
setVersion(java.lang.String version)
Set the 'Version' attribute value. |
void |
setVideoFormats(java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat> list)
Set the list of 'VideoFormat' element items. |
int |
sizeVideoFormats()
Get the number of 'VideoFormat' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem()
| Method Detail |
|---|
public java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat> getVideoFormats()
public void setVideoFormats(java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat> list)
list - public int sizeVideoFormats()
public void addVideoFormat(MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat item)
item - public MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat getVideoFormat(int index)
index -
public void clearVideoFormats()
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
caption - public java.lang.Boolean getRemoval()
public void setRemoval(java.lang.Boolean removal)
removal - public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - public DateTimeStampGroup getDateTimeStampGroup()
public void setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
dateTimeStampGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||