public class CTAudioCDTime extends Object
Java class for CT_AudioCDTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AudioCDTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="track" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
time |
protected short |
track |
| Constructor and Description |
|---|
CTAudioCDTime() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTime()
Gets the value of the time property.
|
short |
getTrack()
Gets the value of the track property.
|
void |
setTime(Long value)
Sets the value of the time property.
|
void |
setTrack(short value)
Sets the value of the track property.
|
protected short track
protected Long time
public short getTrack()
public void setTrack(short value)
public long getTime()
LongCopyright © 2007-2019. All Rights Reserved.