Class SubtitleType


  • public class SubtitleType
    extends Object

    Java class for subtitleType complex type.

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

     <complexType name="subtitleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="media_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="subtitle" />
           <attribute name="pts" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="pts_time" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="start_display_time" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="end_display_time" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="num_rects" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • mediaType

        protected String mediaType
      • pts

        protected Long pts
      • ptsTime

        protected Float ptsTime
      • startDisplayTime

        protected Integer startDisplayTime
      • endDisplayTime

        protected Integer endDisplayTime
      • numRects

        protected Integer numRects
    • Constructor Detail

      • SubtitleType

        public SubtitleType()
    • Method Detail

      • getMediaType

        public String getMediaType()
        Gets the value of the mediaType property.
        Returns:
        possible object is String
      • setMediaType

        public void setMediaType​(String value)
        Sets the value of the mediaType property.
        Parameters:
        value - allowed object is String
      • getPts

        public Long getPts()
        Gets the value of the pts property.
        Returns:
        possible object is Long
      • setPts

        public void setPts​(Long value)
        Sets the value of the pts property.
        Parameters:
        value - allowed object is Long
      • getPtsTime

        public Float getPtsTime()
        Gets the value of the ptsTime property.
        Returns:
        possible object is Float
      • setPtsTime

        public void setPtsTime​(Float value)
        Sets the value of the ptsTime property.
        Parameters:
        value - allowed object is Float
      • getFormat

        public Integer getFormat()
        Gets the value of the format property.
        Returns:
        possible object is Integer
      • setFormat

        public void setFormat​(Integer value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is Integer
      • getStartDisplayTime

        public Integer getStartDisplayTime()
        Gets the value of the startDisplayTime property.
        Returns:
        possible object is Integer
      • setStartDisplayTime

        public void setStartDisplayTime​(Integer value)
        Sets the value of the startDisplayTime property.
        Parameters:
        value - allowed object is Integer
      • getEndDisplayTime

        public Integer getEndDisplayTime()
        Gets the value of the endDisplayTime property.
        Returns:
        possible object is Integer
      • setEndDisplayTime

        public void setEndDisplayTime​(Integer value)
        Sets the value of the endDisplayTime property.
        Parameters:
        value - allowed object is Integer
      • getNumRects

        public Integer getNumRects()
        Gets the value of the numRects property.
        Returns:
        possible object is Integer
      • setNumRects

        public void setNumRects​(Integer value)
        Sets the value of the numRects property.
        Parameters:
        value - allowed object is Integer