java.lang.Object | |
↳ | com.microstrategy.webservices.MWSRSExportSetting |
Contains a setting flag and a setting value. The setting flag defines the export option. The setting value defines the actual value that will be set. The client passes an array of this object when executing a rs doc. This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSRSExportSetting() | |||||||||||
MWSRSExportSetting(EnumMWSRSExportSetting eFlag, String sValue) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSRSExportSetting |
getESettingFlag()
Get the enum setting flag.
| ||||||||||
String |
getSettingValue()
Get the setting value.
| ||||||||||
void |
setESettingFlag(EnumMWSRSExportSetting eSettingFlag)
Set the enum setting flag.
| ||||||||||
void |
setSettingValue(String settingValue)
Set the setting value.
| ||||||||||
String |
toString()
Creates a string version of the restriction flag, value
combination.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the enum setting flag.
Get the setting value.
Set the enum setting flag.
eSettingFlag | Enum setting flag. |
---|
Set the setting value.
settingValue | Setting value text. |
---|
Creates a string version of the restriction flag, value combination.