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() |
protected short track
protected Long time
public short getTrack()
public void setTrack(short value)
public long getTime()
Long
Copyright © 2007-2014. All Rights Reserved.