|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.mpeg7.MPEG7MediaIncrDuration
public class MPEG7MediaIncrDuration
MPEG7MediaIncrDuration: Represents an mpeg7:MediaIncrDuration object
Constructor Summary | |
---|---|
MPEG7MediaIncrDuration()
Constructor for objects of type MPEG7MediaIncrDuration |
|
MPEG7MediaIncrDuration(long duration)
Constructor for objects of type MPEG7MediaIncrDuration |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
long |
getTime()
Get the MPEG7MediaIncrDuration |
java.lang.String |
getTimeUnit()
getTimeUnit - gets the timeUnit |
void |
setTime(long duration)
Set the MPEG7MediaIncrDuration |
void |
setTimeUnit(java.lang.String timeUnit)
setTimeUnit - sets the timeUnit |
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 MPEG7MediaIncrDuration()
public MPEG7MediaIncrDuration(long duration)
Method Detail |
---|
public void setTime(long duration)
duration
- the MPEG7MediaIncrDurationpublic long getTime()
public void setTimeUnit(java.lang.String timeUnit)
timeUnit
- the time unitpublic java.lang.String getTimeUnit()
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 |