org.cateproject.model.common
Class AudioFile
java.lang.Object
org.cateproject.model.versioning.VersionableEntity
org.cateproject.model.common.MediaInstance
org.cateproject.model.common.AudioFile
- All Implemented Interfaces:
- Versionable
public class AudioFile
- extends MediaInstance
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://cate-project.org/schema/common/0.5}MediaInstance">
<sequence>
<element name="Duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class org.cateproject.model.versioning.VersionableEntity |
getCurrentVersionInfo, getId, getPrimaryKey, getUpdatedOrDeleted, getUpdatedRelationships, getValidFrom, getValidTo, getVersioningHistory, getWorkspace, setCurrentVersionInfo, setId, setPrimaryKey, setUpdatedOrDeleted, setUpdatedRelationships, setValidFrom, setValidTo, setVersioningHistory, setWorkspace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
duration
protected Integer duration
AudioFile
public AudioFile()
getDuration
public Integer getDuration()
- Gets the value of the duration property.
- Returns:
- possible object is
Integer
setDuration
public void setDuration(Integer value)
- Sets the value of the duration property.
- Parameters:
value - allowed object is
Integer
Copyright © 2008. All Rights Reserved.