Java class for MPDtype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MPDtype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProgramInformation" type="{urn:mpeg:dash:schema:mpd:2011}ProgramInformationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="BaseURL" type="{urn:mpeg:dash:schema:mpd:2011}BaseURLType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="Period" type="{urn:mpeg:dash:schema:mpd:2011}PeriodType" maxOccurs="unbounded"/>
<element name="Metrics" type="{urn:mpeg:dash:schema:mpd:2011}MetricsType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="profiles" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{urn:mpeg:dash:schema:mpd:2011}PresentationType" default="static" />
<attribute name="availabilityStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="availabilityEndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="mediaPresentationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="minimumUpdatePeriod" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="minBufferTime" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="timeShiftBufferDepth" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="suggestedPresentationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="maxSegmentDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="maxSubsegmentDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
List<Element> org.iso.mpeg.dash.MPD.getAnies |
( |
| ) |
|
|
inline |
Gets the value of the anies 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 anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list Element
List<BaseURLType> org.iso.mpeg.dash.MPD.getBaseURLs |
( |
| ) |
|
|
inline |
Gets the value of the baseURLs 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 baseURLs property.
For example, to add a new item, do as follows:
getBaseURLs().add(newItem);
Objects of the following type(s) are allowed in the list BaseURLType
List<String> org.iso.mpeg.dash.MPD.getLocations |
( |
| ) |
|
|
inline |
Gets the value of the locations 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 locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the metrics 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 metrics property.
For example, to add a new item, do as follows:
getMetrics().add(newItem);
Objects of the following type(s) are allowed in the list MetricsType
Map<QName, String> org.iso.mpeg.dash.MPD.getOtherAttributes |
( |
| ) |
|
|
inline |
Gets a map that contains attributes that aren't bound to any typed property on this class.
the map is keyed by the name of the attribute and the value is the string value of the attribute.
the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns
- always non-null
List<PeriodType> org.iso.mpeg.dash.MPD.getPeriods |
( |
| ) |
|
|
inline |
Gets the value of the periods 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 periods property.
For example, to add a new item, do as follows:
getPeriods().add(newItem);
Objects of the following type(s) are allowed in the list PeriodType
Gets the value of the programInformations 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 programInformations property.
For example, to add a new item, do as follows:
getProgramInformations().add(newItem);
Objects of the following type(s) are allowed in the list ProgramInformationType