java.lang.Object | |
↳ | com.microstrategy.webservices.MWSProperty |
Contains the name and value associated with a MicroStrategy Web Service property (ie. version number). This object is created in MWSProperties in response to a GetMWSProperties call. This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSProperty() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSProperties | getPropertyFlag() | ||||||||||
String |
getPropertyName()
Get the property's name (ie.
| ||||||||||
String |
getPropertyValue()
Get the property's value.
| ||||||||||
void | setPropertyFlag(EnumMWSProperties propertyFlag) | ||||||||||
void |
setPropertyName(String propertyName)
Set the property name.
| ||||||||||
void |
setPropertyValue(String propertyValue)
Set the property value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the property's name (ie. MWSVersion - see EnumMWSProperties).
Get the property's value. The property named MWSVersion started with a property value of "1".
Set the property name. This is done in MWSProperties.
propertyName | Property name text. |
---|
Set the property value. This is done in MWSProperties.
propertyValue | Property value text. |
---|