java.lang.Object | |
↳ | com.microstrategy.webservices.MWSFunctionalityProperty |
Contains the enum specifier and value associated with a MicroStrategy Web Service functionality property. Functionality properties are used to specify new web service functionality that has been added since the last compatibility break (eg. WSDL namespace change). This allows newer clients to query older services to determine what the service supports, allowing the client to then either use older service APIs, or fashion a workaround.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSFunctionalityProperty() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSFunctionalityProperty |
getFunctionPropertyFlag()
Get the enum which identifies the functionality.
| ||||||||||
String |
getFunctionPropertyValue()
Get the property's value.
| ||||||||||
void |
setFunctionPropertyFlag(EnumMWSFunctionalityProperty functionPropertyFlag)
Set the enum which identifies the functionality.
| ||||||||||
void |
setFunctionPropertyValue(String functionPropertyValue)
Set the property value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the enum which identifies the functionality.
Get the property's value. The value is normally "1" to signify that it exists.
Set the enum which identifies the functionality.
Set the property value.
functionPropertyValue | Property value text. |
---|