bbc.rd.mpeg7
Class MPEG7MediaLocator

java.lang.Object
  extended by bbc.rd.mpeg7.MPEG7MediaLocator
All Implemented Interfaces:
java.lang.Cloneable

public class MPEG7MediaLocator
extends java.lang.Object
implements java.lang.Cloneable

MPEG7MediaLocator: Represents an mpeg7:MediaLocator object

Version:
1.0
Author:
Tristan Ferne, BBC Research & Development, September 2002

Constructor Summary
MPEG7MediaLocator()
          Constructor for objects of type MPEG7MediaLocator
MPEG7MediaLocator(URI mediaURI)
          Constructor for objects of type MPEG7MediaLocator
 
Method Summary
 java.lang.Object clone()
          Clones itself.
 URI getMediaURI()
          Get the MPEG7MediaLocator MediaURI
 void setMediaURI(URI mediaURI)
          Set the MPEG7MediaLocator MediaURI
 java.lang.String toString()
          Returns string representation of this object.
 java.lang.String toString(int indent)
          Returns string representation of this object.
 java.lang.String toXML()
          Returns XML representation of this object.
 java.lang.String toXML(int indent)
          Returns XML representation of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MPEG7MediaLocator

public MPEG7MediaLocator()
Constructor for objects of type MPEG7MediaLocator


MPEG7MediaLocator

public MPEG7MediaLocator(URI mediaURI)
Constructor for objects of type MPEG7MediaLocator

Method Detail

setMediaURI

public void setMediaURI(URI mediaURI)
Set the MPEG7MediaLocator MediaURI

Parameters:
mediaURI - the MPEG7MediaLocator MediaURI

getMediaURI

public URI getMediaURI()
Get the MPEG7MediaLocator MediaURI

Returns:
the MPEG7MediaLocator MediaURI

toXML

public java.lang.String toXML()
Returns XML representation of this object.

Returns:
XML representation of this object.

toXML

public java.lang.String toXML(int indent)
Returns XML representation of this object.

Parameters:
number - of tabs to put before the string.
Returns:
XML representation of this object.

toString

public java.lang.String toString()
Returns string representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
string representation of this object.

toString

public java.lang.String toString(int indent)
Returns string representation of this object.

Parameters:
number - of tabs to put before the string.
Returns:
string representation of this object.

clone

public java.lang.Object clone()
Clones itself.

Overrides:
clone in class java.lang.Object
Returns:
A copy of itself.