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">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TrackValue" type="{}TrackValue" />
<attribute name="TrackNumb" type="{}TrackNumb" default="2" />
<attribute name="TrackFormat" type="{}TrackFormatType" default="ISO" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TrackFormatType |
trackFormat |
protected Integer |
trackNumb |
protected String |
trackValue |
| 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 |
getTrackValue()
Gets the value of the trackValue property.
|
void |
setTrackFormat(TrackFormatType value)
Sets the value of the trackFormat property.
|
void |
setTrackNumb(Integer value)
Sets the value of the trackNumb property.
|
void |
setTrackValue(String value)
Sets the value of the trackValue property.
|
protected String trackValue
protected Integer trackNumb
protected TrackFormatType trackFormat
public String getTrackValue()
Stringpublic void setTrackValue(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 © 2022. All rights reserved.