|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.segmentInformation.SegmentLocator
public class SegmentLocator
SegmentLocator: Represents a SegmentLocator object
Constructor Summary | |
---|---|
SegmentLocator()
Constructor for objects of class SegmentLocator |
Method Summary | |
---|---|
void |
addMPEG7MediaIncrDuration(MPEG7MediaIncrDuration mediaIncrDuration)
addMPEG7MediaIncrDuration - adds a MPEG7MediaIncrDuration object |
void |
addMPEG7MediaRelIncrTimePoint(MPEG7MediaRelIncrTimePoint mediaPoint)
addMPEG7MediaRelIncrPoint - adds a MPEG7MediaRelIncrPoint object |
java.lang.Object |
clone()
Clones itself. |
MPEG7MediaIncrDuration |
getMPEG7MediaIncrDuration()
getMPEG7MediaIncrDuration - gets the MPEG7MediaIncrDuration object |
MPEG7MediaRelIncrTimePoint |
getMPEG7MediaRelIncrTimePoint()
getMPEG7MediaTimePoint - gets the MPEG7MediaRelIncrTimePoint object |
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 table. |
java.lang.String |
toXML(int indent)
Returns XML representation of this table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SegmentLocator()
Method Detail |
---|
public void addMPEG7MediaRelIncrTimePoint(MPEG7MediaRelIncrTimePoint mediaPoint)
mediaPoint
- the MPEG7MediaRelIncrTimePoint objectpublic void addMPEG7MediaIncrDuration(MPEG7MediaIncrDuration mediaIncrDuration)
mediaIncrDuration
- the MPEG7MediaIncrDuration objectpublic MPEG7MediaRelIncrTimePoint getMPEG7MediaRelIncrTimePoint()
public MPEG7MediaIncrDuration getMPEG7MediaIncrDuration()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- Number of tabs with which to indent the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
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 |