public class CTAudioCDTime extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getTime()
Gets the value of the time property.
|
short |
getTrack()
Gets the value of the track property.
|
void |
setParent(Object parent) |
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()
Longpublic void setTime(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.