|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UpdateTrackData
UpdateTrackData interface updates the track data options set by user.
TrackData,
TrackDataViewMode| Nested Class Summary | |
|---|---|
static class |
UpdateTrackData.Factory
A class with methods for creating instances of the UpdateTrackData type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal use only |
| Method Summary | |
|---|---|
TrackData |
addNewTrackData()
Appends and returns a new empty TrackData element |
TrackData |
getTrackData()
Internal use only |
boolean |
isNilTrackData()
Checks if the TrackData element is nil. |
boolean |
isSetTrackData()
Checks if the TrackData element is set. |
void |
setNilTrackData()
Sets the TrackData element to nil. |
void |
setTrackData(TrackData trackData)
Allows to update the |
void |
unsetTrackData()
Unsets the TrackData element. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal use only
| Method Detail |
|---|
TrackData getTrackData()
Internal use only
boolean isNilTrackData()
true if the TrackData element is nil, otherwise falseboolean isSetTrackData()
true if the TrackData element is set, otherwise falsevoid setTrackData(TrackData trackData)
trackData - - The TrackData instanceTrackData addNewTrackData()
void setNilTrackData()
void unsetTrackData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||