org.weblab_project.core.model.multimedia
Class TemporalSegment

java.lang.Object
  extended by org.weblab_project.core.model.Resource
      extended by org.weblab_project.core.model.Segment
          extended by org.weblab_project.core.model.multimedia.TemporalSegment
All Implemented Interfaces:
java.io.Serializable

public class TemporalSegment
extends Segment
implements java.io.Serializable

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 EADS Multimedia package - Version 1.1 - 2009/05

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-project.org/core/model/}segment">
       <sequence>
         <element name="start" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="end" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int end
           
protected  int start
           
 
Fields inherited from class org.weblab_project.core.model.Resource
annotation, descriptor, 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.weblab_project.core.model.Resource
getAnnotation, getDescriptor, getUri, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected int start

end

protected int end
Constructor Detail

TemporalSegment

public TemporalSegment()
Method Detail

getStart

public int getStart()
Gets the value of the start property.


setStart

public void setStart(int value)
Sets the value of the start property.


getEnd

public int getEnd()
Gets the value of the end property.


setEnd

public void setEnd(int value)
Sets the value of the end property.



Copyright © 2004-2009. All Rights Reserved.