DASH-IF Conformance Software
Public Member Functions | Protected Attributes | List of all members
org.iso.mpeg.dash.BaseURLType Class Reference

Public Member Functions

String getValue ()
 
void setValue (String value)
 
String getServiceLocation ()
 
void setServiceLocation (String value)
 
String getByteRange ()
 
void setByteRange (String value)
 
Map< QName, String > getOtherAttributes ()
 

Protected Attributes

String value
 
String serviceLocation
 
String byteRange
 

Detailed Description

Java class for BaseURLType complex type.

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

<complexType name="BaseURLType">
  <simpleContent>
    <extension base="&lt;http://www.w3.org/2001/XMLSchema>anyURI">
      <attribute name="serviceLocation" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="byteRange" type="{http://www.w3.org/2001/XMLSchema}string" />
      <anyAttribute processContents='lax' namespace='##other'/>
    </extension>
  </simpleContent>
</complexType>

Member Function Documentation

◆ getByteRange()

String org.iso.mpeg.dash.BaseURLType.getByteRange ( )
inline

Gets the value of the byteRange property.

Returns
possible object is String

◆ getOtherAttributes()

Map<QName, String> org.iso.mpeg.dash.BaseURLType.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

◆ getServiceLocation()

String org.iso.mpeg.dash.BaseURLType.getServiceLocation ( )
inline

Gets the value of the serviceLocation property.

Returns
possible object is String

◆ getValue()

String org.iso.mpeg.dash.BaseURLType.getValue ( )
inline

Gets the value of the value property.

Returns
possible object is String

◆ setByteRange()

void org.iso.mpeg.dash.BaseURLType.setByteRange ( String  value)
inline

Sets the value of the byteRange property.

Parameters
valueallowed object is String

◆ setServiceLocation()

void org.iso.mpeg.dash.BaseURLType.setServiceLocation ( String  value)
inline

Sets the value of the serviceLocation property.

Parameters
valueallowed object is String

◆ setValue()

void org.iso.mpeg.dash.BaseURLType.setValue ( String  value)
inline

Sets the value of the value property.

Parameters
valueallowed object is String

The documentation for this class was generated from the following file: