Class TagsType

java.lang.Object
org.ffmpeg.ffprobe700.TagsType

public class TagsType extends Object

Java class for tagsType complex type.

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

 <complexType name="tagsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tag" type="{http://www.ffmpeg.org/schema/ffprobe}tagType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TagsType

      public TagsType()
  • Method Details

    • getTag

      public List<TagType> getTag()
      Gets the value of the tag 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 JAXB object. This is why there is not a set method for the tag property.

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

          getTag().add(newItem);
       

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