java.lang.Object | |
↳ | com.microstrategy.webservices.MWSObjectInfoPropertySetGroup |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSObjectInfoPropertySetGroup() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getObjID()
Get the property set group's associated object DSSID
| ||||||||||
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 |
setObjID(String objID)
Set the property set group's associated object DSSID.
| ||||||||||
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 property set group's associated object DSSID
Get the associated object's subtype
Get the array of property sets associated with this group.
Set the property set group's associated object DSSID.
objID | propertyValue DSSID text. |
---|
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 |
---|