public class TrackDataType extends Object
Java class for TrackDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackDataType">
<simpleContent>
<extension base="<>TextString">
<attribute name="TrackNumb" type="{}TrackNumbType" default="2" />
<attribute name="TrackFormat" type="{}TrackFormatTypeCode" default="ISO" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
trackFormat |
protected Integer |
trackNumb |
protected String |
value |
| Constructor and Description |
|---|
TrackDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
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(String 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 String 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 String getTrackFormat()
StringCopyright © 2018. All rights reserved.