|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.model.Segment
org.ow2.weblab.core.model.TemporalSegment
public class TemporalSegment
A temporal segment is a segment that is described by a start and stop reference in accordance to a millisecond metric. It is the kind of position that may be used for audio and video units. Data Exchange Model for WebLab platform provided by CASSIDIAN - Version 1.2 - 2010/08
Java class for TemporalSegment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemporalSegment"> <complexContent> <extension base="{http://weblab.ow2.org/core/1.2/model#}Segment"> <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
end
|
protected int |
start
|
Fields inherited from class org.ow2.weblab.core.model.Segment |
---|
uri |
Constructor Summary | |
---|---|
TemporalSegment()
|
Method Summary | |
---|---|
int |
getEnd()
Gets the value of the end property. |
int |
getStart()
Gets the value of the start property. |
void |
setEnd(int value)
Sets the value of the end property. |
void |
setStart(int value)
Sets the value of the start property. |
Methods inherited from class org.ow2.weblab.core.model.Segment |
---|
getUri, setUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int start
protected int end
Constructor Detail |
---|
public TemporalSegment()
Method Detail |
---|
public int getStart()
public void setStart(int value)
public int getEnd()
public void setEnd(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |