com.businessobjects.dsws.reportengine
Interface UpdateTrackData

All Superinterfaces:
Action

public interface UpdateTrackData
extends Action

UpdateTrackData interface updates the track data options set by user.

Since:
12.0
See Also:
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 TrackData options by calling the server.
 void unsetTrackData()
          Unsets the TrackData element.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal use only

Method Detail

getTrackData

TrackData getTrackData()

Internal use only


isNilTrackData

boolean isNilTrackData()
Checks if the TrackData element is nil.

Returns:
true if the TrackData element is nil, otherwise false

isSetTrackData

boolean isSetTrackData()
Checks if the TrackData element is set.

Returns:
true if the TrackData element is set, otherwise false

setTrackData

void setTrackData(TrackData trackData)
Allows to update the TrackData options by calling the server.

Parameters:
trackData - - The TrackData instance

addNewTrackData

TrackData addNewTrackData()
Appends and returns a new empty TrackData element

Returns:
a new empty TrackData element

setNilTrackData

void setNilTrackData()
Sets the TrackData element to nil.


unsetTrackData

void unsetTrackData()
Unsets the TrackData element.