java.lang.Object | |
↳ | com.microstrategy.webservices.MWSObjectInfoPropertySetSpec |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSObjectInfoPropertySetSpec() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSObjSubType |
getObjSubType()
Get the associated object's subtype
| ||||||||||
EnumMWSObjectType |
getObjType()
Get the associated object's type
| ||||||||||
ArrayOfMWSObjectInfoPropertySet |
getPropertySets()
Get the array of property sets associated with this group.
| ||||||||||
void |
setObjSubType(EnumMWSObjSubType objSubType)
Set the associated object's subtype.
| ||||||||||
void |
setObjType(EnumMWSObjectType objType)
Set the associated object's type.
| ||||||||||
void |
setPropertySets(ArrayOfMWSObjectInfoPropertySet propertySets)
Set the array of property sets associated with this group.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the associated object's subtype
Get the array of property sets associated with this group.
Set the associated object's subtype.
objSubType | EnumMWSObjSubType |
---|
Set the associated object's type.
objType | EnumMWSObjectType |
---|
Set the array of property sets associated with this group.
propertySets | ArrayOfMWSObjectInfoPropertySet |
---|