java.lang.Object | |
↳ | com.microstrategy.webservices.MWSReportHeader |
Contains the id of a report attribute or metric that is contained in the column headers of a report. The xml containing properties and other information on the object is also returned. This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSReportHeader() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ArrayOfMWSHierarchyAttributeFormInfo | getArrayAttributeForms() | ||||||||||
String |
getHdrID()
Get the header's ID.
| ||||||||||
String |
getHdrXML()
Get the xml associated with the header.
| ||||||||||
void | setArrayAttributeForms(ArrayOfMWSHierarchyAttributeFormInfo arrayAttributeForms) | ||||||||||
void |
setHdrID(String sID)
Set the header's ID.
| ||||||||||
void |
setHdrXML(String sXML)
Set the xml string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the header's ID.
Get the xml associated with the header.
Set the header's ID.
sID | Header ID string. |
---|
Set the xml string.
sXML | XML text. |
---|