org.ota.shared
Class MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat

java.lang.Object
  extended by org.ota.shared.MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat
Enclosing class:
MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem

public static class MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat
extends java.lang.Object

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:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VideoFormat" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VideoItemType">
         <xs:attributeGroup ref="ns:MultimediaDescriptionGroup"/>
         <xs:attributeGroup ref="ns:ID_OptionalGroup"/>
       </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="VideoItemType">
   <xs:sequence>
     <xs:element type="xs:string" name="URL" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute type="xs:string" use="optional" name="UnitOfMeasureCode"/>
   <xs:attribute type="xs:string" use="optional" name="Width"/>
   <xs:attribute type="xs:string" use="optional" name="Height"/>
   <xs:attribute type="xs:string" use="optional" name="BitRate"/>
   <xs:attribute type="xs:string" use="optional" name="Length"/>
   <xs:attributeGroup ref="ns:MultimediaItemGroup"/>
 </xs:complexType>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MultimediaItemGroup">
   <xs:attribute type="xs:string" use="optional" name="Language"/>
   <xs:attribute type="xs:string" use="optional" name="Format"/>
   <xs:attribute type="xs:string" use="optional" name="FileSize"/>
   <xs:attribute type="xs:string" use="optional" name="FileName"/>
 </xs:attributeGroup>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
   <xs:attribute type="xs:string" use="optional" name="ID"/>
 </xs:attributeGroup>
 


Constructor Summary
MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat()
           
 
Method Summary
 java.lang.String getBitRate()
          Get the 'BitRate' attribute value.
 java.lang.String getFileName()
          Get the 'FileName' attribute value.
 java.lang.String getFileSize()
          Get the 'FileSize' attribute value.
 java.lang.String getFormat()
          Get the 'Format' attribute value.
 java.lang.String getHeight()
          Get the 'Height' attribute value.
 java.lang.String getID()
          Get the 'ID' attribute value.
 java.lang.String getLanguage()
          Get the 'Language' attribute value.
 java.lang.String getLength()
          Get the 'Length' attribute value.
 MultimediaDescriptionGroup getMultimediaDescriptionGroup()
          Get the 'MultimediaDescriptionGroup' attributeGroup value.
 java.lang.String getUnitOfMeasureCode()
          Get the 'UnitOfMeasureCode' attribute value.
 java.lang.String getURL()
          Get the 'URL' element value.
 java.lang.String getWidth()
          Get the 'Width' attribute value.
 void setBitRate(java.lang.String bitRate)
          Set the 'BitRate' attribute value.
 void setFileName(java.lang.String fileName)
          Set the 'FileName' attribute value.
 void setFileSize(java.lang.String fileSize)
          Set the 'FileSize' attribute value.
 void setFormat(java.lang.String format)
          Set the 'Format' attribute value.
 void setHeight(java.lang.String height)
          Set the 'Height' attribute value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setLanguage(java.lang.String language)
          Set the 'Language' attribute value.
 void setLength(java.lang.String length)
          Set the 'Length' attribute value.
 void setMultimediaDescriptionGroup(MultimediaDescriptionGroup multimediaDescriptionGroup)
          Set the 'MultimediaDescriptionGroup' attributeGroup value.
 void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
          Set the 'UnitOfMeasureCode' attribute value.
 void setURL(java.lang.String URL)
          Set the 'URL' element value.
 void setWidth(java.lang.String width)
          Set the 'Width' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat

public MultimediaDescriptions.MultimediaDescription.Choice.VideoItems.VideoItem.VideoFormat()
Method Detail

getURL

public java.lang.String getURL()
Get the 'URL' element value. URL of the multimedia item for a specific format.

Returns:
value

setURL

public void setURL(java.lang.String URL)
Set the 'URL' element value. URL of the multimedia item for a specific format.

Parameters:
URL -

getUnitOfMeasureCode

public java.lang.String getUnitOfMeasureCode()
Get the 'UnitOfMeasureCode' attribute value. The unit of measure associated with all the dimensions of the multimedia item. Refer to OpenTravel Code list Unit of Measure (UOM).

Returns:
value

setUnitOfMeasureCode

public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
Set the 'UnitOfMeasureCode' attribute value. The unit of measure associated with all the dimensions of the multimedia item. Refer to OpenTravel Code list Unit of Measure (UOM).

Parameters:
unitOfMeasureCode -

getWidth

public java.lang.String getWidth()
Get the 'Width' attribute value. The width of the video item (unit specified by unit of measure).

Returns:
value

setWidth

public void setWidth(java.lang.String width)
Set the 'Width' attribute value. The width of the video item (unit specified by unit of measure).

Parameters:
width -

getHeight

public java.lang.String getHeight()
Get the 'Height' attribute value. The height of the video item (unit specified by unit of measure).

Returns:
value

setHeight

public void setHeight(java.lang.String height)
Set the 'Height' attribute value. The height of the video item (unit specified by unit of measure).

Parameters:
height -

getBitRate

public java.lang.String getBitRate()
Get the 'BitRate' attribute value. The bit rate of the video item.

Returns:
value

setBitRate

public void setBitRate(java.lang.String bitRate)
Set the 'BitRate' attribute value. The bit rate of the video item.

Parameters:
bitRate -

getLength

public java.lang.String getLength()
Get the 'Length' attribute value. The length of the video item (unit specified by unit of measure).

Returns:
value

setLength

public void setLength(java.lang.String length)
Set the 'Length' attribute value. The length of the video item (unit specified by unit of measure).

Parameters:
length -

getLanguage

public java.lang.String getLanguage()
Get the 'Language' attribute value. Identifies the language of the multimedia item.

Returns:
value

setLanguage

public void setLanguage(java.lang.String language)
Set the 'Language' attribute value. Identifies the language of the multimedia item.

Parameters:
language -

getFormat

public java.lang.String getFormat()
Get the 'Format' attribute value. The code associated with the format of the multimedia item. Refer to OpenTravel Code list Content Format Code (CFC)

Returns:
value

setFormat

public void setFormat(java.lang.String format)
Set the 'Format' attribute value. The code associated with the format of the multimedia item. Refer to OpenTravel Code list Content Format Code (CFC)

Parameters:
format -

getFileSize

public java.lang.String getFileSize()
Get the 'FileSize' attribute value. The size of the multimedia file in bytes.

Returns:
value

setFileSize

public void setFileSize(java.lang.String fileSize)
Set the 'FileSize' attribute value. The size of the multimedia file in bytes.

Parameters:
fileSize -

getFileName

public java.lang.String getFileName()
Get the 'FileName' attribute value. The name of the multimedia file.

Returns:
value

setFileName

public void setFileName(java.lang.String fileName)
Set the 'FileName' attribute value. The name of the multimedia file.

Parameters:
fileName -

getMultimediaDescriptionGroup

public MultimediaDescriptionGroup getMultimediaDescriptionGroup()
Get the 'MultimediaDescriptionGroup' attributeGroup value. Multimedia information for the video file.

Returns:
value

setMultimediaDescriptionGroup

public void setMultimediaDescriptionGroup(MultimediaDescriptionGroup multimediaDescriptionGroup)
Set the 'MultimediaDescriptionGroup' attributeGroup value. Multimedia information for the video file.

Parameters:
multimediaDescriptionGroup -

getID

public java.lang.String getID()
Get the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Parameters:
ID -