public class

EnumMWSInfoProperty

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

Class Overview

EnumMWSInfoProperty bean class

Summary

Nested Classes
class EnumMWSInfoProperty.Factory Factory class that keeps the parse method 
Fields
public static final EnumMWSInfoProperty MWSBuildVersion
public static final EnumMWSInfoProperty MWSDashboardVersion
public static final EnumMWSInfoProperty MWSOfficeInstallVersion
public static final EnumMWSInfoProperty MWSReleaseVersion
public static final EnumMWSInfoProperty MWSWSDLVersion
public static final QName MY_QNAME
public static final String _MWSBuildVersion
public static final String _MWSDashboardVersion
public static final String _MWSOfficeInstallVersion
public static final String _MWSReleaseVersion
public static final String _MWSWSDLVersion
protected String localEnumMWSInfoProperty field for EnumMWSInfoProperty
Protected Constructors
EnumMWSInfoProperty(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 EnumMWSInfoProperty MWSBuildVersion

public static final EnumMWSInfoProperty MWSDashboardVersion

public static final EnumMWSInfoProperty MWSOfficeInstallVersion

public static final EnumMWSInfoProperty MWSReleaseVersion

public static final EnumMWSInfoProperty MWSWSDLVersion

public static final QName MY_QNAME

public static final String _MWSBuildVersion

public static final String _MWSDashboardVersion

public static final String _MWSOfficeInstallVersion

public static final String _MWSReleaseVersion

public static final String _MWSWSDLVersion

protected String localEnumMWSInfoProperty

field for EnumMWSInfoProperty

Protected Constructors

protected EnumMWSInfoProperty (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 ()