public class TrackData extends Object
Java class for TrackData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackData">
<simpleContent>
<extension base="TextString">
<attribute name="TrackNumb" type="{}TrackNumb" default="2" />
<attribute name="TrackFormat" type="{}TrackFormatType" default="ISO" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TrackFormatType |
trackFormat
The Track format.
|
protected Integer |
trackNumb
The Track numb.
|
protected String |
value
The Value.
|
| Constructor and Description |
|---|
TrackData() |
| Modifier and Type | Method and Description |
|---|---|
TrackFormatType |
getTrackFormat()
Gets the value of the trackFormat property.
|
int |
getTrackNumb()
Gets the value of the trackNumb property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setTrackFormat(TrackFormatType value)
Sets the value of the trackFormat property.
|
void |
setTrackNumb(Integer value)
Sets the value of the trackNumb property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer trackNumb
protected TrackFormatType trackFormat
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic int getTrackNumb()
Integerpublic void setTrackNumb(Integer value)
value - allowed object is Integerpublic TrackFormatType getTrackFormat()
TrackFormatTypepublic void setTrackFormat(TrackFormatType value)
value - allowed object is TrackFormatTypeCopyright © 2019. All rights reserved.