public class

EnumMWSRSResultFlags

extends AbstractADBBean
java.lang.Object
   ↳ com.microstrategy.webservices.Axis2.AbstractADBBean
     ↳ com.microstrategy.webservices.Axis2.EnumMWSRSResultFlags

Class Overview

EnumMWSRSResultFlags bean class

Summary

Nested Classes
class EnumMWSRSResultFlags.Factory Factory class that keeps the parse method 
Fields
public static final QName MY_QNAME
protected EnumMWSRSResultFlags_type0[] localEnumMWSRSResultFlags_type0
Public Constructors
EnumMWSRSResultFlags()
Public Methods
EnumMWSRSResultFlags_type0[] getEnumMWSRSResultFlags_type0()
OMElement getOMElement(QName parentQName, OMFactory factory)
XMLStreamReader getPullParser(QName qName)
databinding method to get an XML representation of this object
static boolean isReaderMTOMAware(XMLStreamReader reader)
isReaderMTOMAware
void serialize(QName parentQName, XMLStreamWriter xmlWriter)
void setEnumMWSRSResultFlags_type0(EnumMWSRSResultFlags_type0[] itemList)
String toString()
[Expand]
Inherited Methods
From class com.microstrategy.webservices.Axis2.AbstractADBBean
From class java.lang.Object
From interface org.apache.axis2.databinding.ADBBean

Fields

public static final QName MY_QNAME

protected EnumMWSRSResultFlags_type0[] localEnumMWSRSResultFlags_type0

Public Constructors

public EnumMWSRSResultFlags ()

Public Methods

public EnumMWSRSResultFlags_type0[] getEnumMWSRSResultFlags_type0 ()

public OMElement getOMElement (QName parentQName, OMFactory factory)

Returns
  • org.apache.axiom.om.OMElement

public XMLStreamReader getPullParser (QName qName)

databinding method to get an XML representation of this object

public static boolean isReaderMTOMAware (XMLStreamReader reader)

isReaderMTOMAware

Returns
  • true if the reader supports MTOM

public void serialize (QName parentQName, XMLStreamWriter xmlWriter)

Throws
XMLStreamException

public void setEnumMWSRSResultFlags_type0 (EnumMWSRSResultFlags_type0[] itemList)

public String toString ()