Class StreamDispositionType


  • public class StreamDispositionType
    extends Object

    Java class for streamDispositionType complex type.

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

     <complexType name="streamDispositionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="default" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="dub" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="original" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="comment" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="lyrics" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="karaoke" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="forced" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="hearing_impaired" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="visual_impaired" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="clean_effects" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="attached_pic" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="timed_thumbnails" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • _default

        protected int _default
      • dub

        protected int dub
      • original

        protected int original
      • comment

        protected int comment
      • lyrics

        protected int lyrics
      • karaoke

        protected int karaoke
      • forced

        protected int forced
      • hearingImpaired

        protected int hearingImpaired
      • visualImpaired

        protected int visualImpaired
      • cleanEffects

        protected int cleanEffects
      • attachedPic

        protected int attachedPic
      • timedThumbnails

        protected int timedThumbnails
    • Constructor Detail

      • StreamDispositionType

        public StreamDispositionType()
    • Method Detail

      • getDefault

        public int getDefault()
        Gets the value of the default property.
      • setDefault

        public void setDefault​(int value)
        Sets the value of the default property.
      • getDub

        public int getDub()
        Gets the value of the dub property.
      • setDub

        public void setDub​(int value)
        Sets the value of the dub property.
      • getOriginal

        public int getOriginal()
        Gets the value of the original property.
      • setOriginal

        public void setOriginal​(int value)
        Sets the value of the original property.
      • getComment

        public int getComment()
        Gets the value of the comment property.
      • setComment

        public void setComment​(int value)
        Sets the value of the comment property.
      • getLyrics

        public int getLyrics()
        Gets the value of the lyrics property.
      • setLyrics

        public void setLyrics​(int value)
        Sets the value of the lyrics property.
      • getKaraoke

        public int getKaraoke()
        Gets the value of the karaoke property.
      • setKaraoke

        public void setKaraoke​(int value)
        Sets the value of the karaoke property.
      • getForced

        public int getForced()
        Gets the value of the forced property.
      • setForced

        public void setForced​(int value)
        Sets the value of the forced property.
      • getHearingImpaired

        public int getHearingImpaired()
        Gets the value of the hearingImpaired property.
      • setHearingImpaired

        public void setHearingImpaired​(int value)
        Sets the value of the hearingImpaired property.
      • getVisualImpaired

        public int getVisualImpaired()
        Gets the value of the visualImpaired property.
      • setVisualImpaired

        public void setVisualImpaired​(int value)
        Sets the value of the visualImpaired property.
      • getCleanEffects

        public int getCleanEffects()
        Gets the value of the cleanEffects property.
      • setCleanEffects

        public void setCleanEffects​(int value)
        Sets the value of the cleanEffects property.
      • getAttachedPic

        public int getAttachedPic()
        Gets the value of the attachedPic property.
      • setAttachedPic

        public void setAttachedPic​(int value)
        Sets the value of the attachedPic property.
      • getTimedThumbnails

        public int getTimedThumbnails()
        Gets the value of the timedThumbnails property.
      • setTimedThumbnails

        public void setTimedThumbnails​(int value)
        Sets the value of the timedThumbnails property.