Creating a Taxonomic e-Science

org.cateproject.model.common
Class AudioFile

java.lang.Object
  extended by org.cateproject.model.versioning.VersionableEntity
      extended by org.cateproject.model.common.MediaInstance
          extended by 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>
 


Field Summary
protected  Integer duration
           
 
Fields inherited from class org.cateproject.model.common.MediaInstance
mimeType, size, suffix, uri
 
Constructor Summary
AudioFile()
           
 
Method Summary
 Integer getDuration()
          Gets the value of the duration property.
 void setDuration(Integer value)
          Sets the value of the duration property.
 
Methods inherited from class org.cateproject.model.common.MediaInstance
getMimeType, getSize, getSuffix, getURI, setMimeType, setSize, setSuffix, setURI
 
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
 

Field Detail

duration

protected Integer duration
Constructor Detail

AudioFile

public AudioFile()
Method Detail

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

Creating a Taxonomic e-Science

Copyright © 2008. All Rights Reserved.