|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.mpeg7.MPEG7MediaDuration
public class MPEG7MediaDuration
MPEG7MediaDuration: Represents an mpeg7:MediaDuration object
Constructor Summary | |
---|---|
MPEG7MediaDuration()
Constructor for objects of type MPEG7MediaDuration |
|
MPEG7MediaDuration(long duration)
Constructor for objects of type MPEG7MediaDuration |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
long |
getTime()
Get the MPEG7MediaDuration |
void |
setTime(long duration)
Set the MPEG7MediaDuration |
java.lang.String |
toString()
|
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 |
---|
public MPEG7MediaDuration()
public MPEG7MediaDuration(long duration)
Method Detail |
---|
public void setTime(long duration)
duration
- the MPEG7MediaDurationpublic long getTime()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- number of tabs to put before the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
number
- of tabs to put before the string.
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |