public class

MWSFunctionalityProperty

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

Class Overview

MWSFunctionalityProperty bean class

Summary

Nested Classes
class MWSFunctionalityProperty.Factory Factory class that keeps the parse method 
Fields
protected EnumMWSFunctionalityProperty localFunctionPropertyFlag field for FunctionPropertyFlag
protected String localFunctionPropertyValue field for FunctionPropertyValue
protected boolean localFunctionPropertyValueTracker
Public Constructors
MWSFunctionalityProperty()
Public Methods
EnumMWSFunctionalityProperty getFunctionPropertyFlag()
Auto generated getter method
String getFunctionPropertyValue()
Auto generated getter method
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 setFunctionPropertyFlag(EnumMWSFunctionalityProperty param)
Auto generated setter method
void setFunctionPropertyValue(String param)
Auto generated setter method
[Expand]
Inherited Methods
From class com.microstrategy.webservices.Axis2.AbstractADBBean
From class java.lang.Object
From interface org.apache.axis2.databinding.ADBBean

Fields

protected EnumMWSFunctionalityProperty localFunctionPropertyFlag

field for FunctionPropertyFlag

protected String localFunctionPropertyValue

field for FunctionPropertyValue

protected boolean localFunctionPropertyValueTracker

Public Constructors

public MWSFunctionalityProperty ()

Public Methods

public EnumMWSFunctionalityProperty getFunctionPropertyFlag ()

Auto generated getter method

Returns
  • com.microstrategy.webservices.Axis2.EnumMWSFunctionalityProperty

public String getFunctionPropertyValue ()

Auto generated getter method

Returns
  • java.lang.String

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 setFunctionPropertyFlag (EnumMWSFunctionalityProperty param)

Auto generated setter method

Parameters
param FunctionPropertyFlag

public void setFunctionPropertyValue (String param)

Auto generated setter method

Parameters
param FunctionPropertyValue