java.lang.Object | |
↳ | com.microstrategy.webservices.MWSRestriction |
Contains a restriction flag and a restriction value. The restriction flag defines what kind of search restriction will be applied (ie. MWSFolderPath). The restriction value defines the actual value that the search will be restricted by. The client passes an array of this object when defining a browse. This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSRestriction() | |||||||||||
MWSRestriction(EnumMWSSearchRestriction eFlag, String sValue) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSSearchRestriction |
getERestrFlag()
Get the enum restriction flag (ie.
| ||||||||||
String |
getRestrValue()
Get the restriction value to restrict a search with.
| ||||||||||
void |
setERestrFlag(EnumMWSSearchRestriction eRestrFlag)
Set the enum restriction flag.
| ||||||||||
void |
setRestrValue(String restrValue)
Set the restriction value.
| ||||||||||
String |
toString()
Creates a string version of the restriction flag, value
combination.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the enum restriction flag (ie. MWSFolderPath, MWSNamePattern, etc).
Get the restriction value to restrict a search with.
Set the enum restriction flag.
eRestrFlag | Enum restriction flag. |
---|
Set the restriction value.
restrValue | Restriction value text. |
---|
Creates a string version of the restriction flag, value combination.