Class VideoExtension

java.lang.Object
org.bremersee.garmin.video.v1.model.ext.VideoExtension
All Implemented Interfaces:
Serializable

public class VideoExtension extends Object implements Serializable
This type holds a TimeIndexTable_t and any extensions to this schema.

Java class for VideoExtension_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="VideoExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TimeIndexTable" type="{http://www.garmin.com/xmlschemas/VideoExtension/v1}TimeIndexTable_t" maxOccurs="unbounded"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/VideoExtension/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VideoExtension

      public VideoExtension()
  • Method Details

    • getTimeIndexTables

      public List<TimeIndexTableT> getTimeIndexTables()
      Gets the value of the timeIndexTables property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the timeIndexTables property.

      For example, to add a new item, do as follows:

          getTimeIndexTables().add(newItem);
       

      Objects of the following type(s) are allowed in the list TimeIndexTableT

      Returns:
      The value of the timeIndexTables property.
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT