Class SegmentType
java.lang.Object
ca.phon.session.io.xml.v12.SegmentType
A slice of media time.
Java class for segmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="segmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="startTime" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="unitType" type="{http://phon.ling.mun.ca/ns/phonbank}segmentUnitType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the duration property.Gets the value of the startTime property.Gets the value of the unitType property.voidsetDuration(Float value) Sets the value of the duration property.voidsetStartTime(Float value) Sets the value of the startTime property.voidsetUnitType(SegmentUnitType value) Sets the value of the unitType property.
-
Field Details
-
startTime
-
duration
-
unitType
-
-
Constructor Details
-
SegmentType
public SegmentType()
-
-
Method Details
-
getStartTime
-
setStartTime
-
getDuration
-
setDuration
-
getUnitType
Gets the value of the unitType property.- Returns:
- possible object is
SegmentUnitType
-
setUnitType
Sets the value of the unitType property.- Parameters:
value- allowed object isSegmentUnitType
-