public class

GetAttributeParents

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

Class Overview

GetAttributeParents bean class

Summary

Nested Classes
class GetAttributeParents.Factory Factory class that keeps the parse method 
Fields
public static final QName MY_QNAME
protected MWSHierarchyAttributeInfo localAttributeInfo field for AttributeInfo
protected boolean localAttributeInfoTracker
protected MWSConnectInfo localCInfo field for CInfo
protected boolean localCInfoTracker
protected EnumMWSAttributeFormsSetting localEForms field for EForms
Public Constructors
GetAttributeParents()
Public Methods
MWSHierarchyAttributeInfo getAttributeInfo()
Auto generated getter method
MWSConnectInfo getCInfo()
Auto generated getter method
EnumMWSAttributeFormsSetting getEForms()
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 setAttributeInfo(MWSHierarchyAttributeInfo param)
Auto generated setter method
void setCInfo(MWSConnectInfo param)
Auto generated setter method
void setEForms(EnumMWSAttributeFormsSetting 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

public static final QName MY_QNAME

protected MWSHierarchyAttributeInfo localAttributeInfo

field for AttributeInfo

protected boolean localAttributeInfoTracker

protected MWSConnectInfo localCInfo

field for CInfo

protected boolean localCInfoTracker

protected EnumMWSAttributeFormsSetting localEForms

field for EForms

Public Constructors

public GetAttributeParents ()

Public Methods

public MWSHierarchyAttributeInfo getAttributeInfo ()

Auto generated getter method

Returns
  • com.microstrategy.webservices.Axis2.MWSHierarchyAttributeInfo

public MWSConnectInfo getCInfo ()

Auto generated getter method

Returns
  • com.microstrategy.webservices.Axis2.MWSConnectInfo

public EnumMWSAttributeFormsSetting getEForms ()

Auto generated getter method

Returns
  • com.microstrategy.webservices.Axis2.EnumMWSAttributeFormsSetting

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 setAttributeInfo (MWSHierarchyAttributeInfo param)

Auto generated setter method

Parameters
param AttributeInfo

public void setCInfo (MWSConnectInfo param)

Auto generated setter method

Parameters
param CInfo

public void setEForms (EnumMWSAttributeFormsSetting param)

Auto generated setter method

Parameters
param EForms