public class

EnumMWSRSExportSetting

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

Class Overview

EnumMWSRSExportSetting bean class

Summary

Nested Classes
class EnumMWSRSExportSetting.Factory Factory class that keeps the parse method 
Fields
public static final EnumMWSRSExportSetting MWSRSAddOfficeCommentBlock
public static final EnumMWSRSExportSetting MWSRSEmbedGraphs
public static final EnumMWSRSExportSetting MWSRSEmbedImages
public static final QName MY_QNAME
public static final String _MWSRSAddOfficeCommentBlock
public static final String _MWSRSEmbedGraphs
public static final String _MWSRSEmbedImages
protected String localEnumMWSRSExportSetting field for EnumMWSRSExportSetting
Protected Constructors
EnumMWSRSExportSetting(String value, boolean isRegisterValue)
Public Methods
boolean equals(Object obj)
OMElement getOMElement(QName parentQName, OMFactory factory)
XMLStreamReader getPullParser(QName qName)
databinding method to get an XML representation of this object
String getValue()
int hashCode()
static boolean isReaderMTOMAware(XMLStreamReader reader)
isReaderMTOMAware
void serialize(QName parentQName, XMLStreamWriter xmlWriter)
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 EnumMWSRSExportSetting MWSRSAddOfficeCommentBlock

public static final EnumMWSRSExportSetting MWSRSEmbedGraphs

public static final EnumMWSRSExportSetting MWSRSEmbedImages

public static final QName MY_QNAME

public static final String _MWSRSAddOfficeCommentBlock

public static final String _MWSRSEmbedGraphs

public static final String _MWSRSEmbedImages

protected String localEnumMWSRSExportSetting

field for EnumMWSRSExportSetting

Protected Constructors

protected EnumMWSRSExportSetting (String value, boolean isRegisterValue)

Public Methods

public boolean equals (Object obj)

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 String getValue ()

public int hashCode ()

public static boolean isReaderMTOMAware (XMLStreamReader reader)

isReaderMTOMAware

Returns
  • true if the reader supports MTOM

public void serialize (QName parentQName, XMLStreamWriter xmlWriter)

Throws
XMLStreamException

public String toString ()