public class

MWSHierarchyAttributeInfo

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

Class Overview

MWSHierarchyAttributeInfo bean class

Summary

Nested Classes
class MWSHierarchyAttributeInfo.Factory Factory class that keeps the parse method 
Fields
protected ArrayOfMWSHierarchyAttributeFormInfo localArrayAttributeForms field for ArrayAttributeForms
protected boolean localArrayAttributeFormsTracker
protected String localAttributeID field for AttributeID
protected boolean localAttributeIDTracker
protected String localAttributeName field for AttributeName
protected boolean localAttributeNameTracker
protected boolean localEntryPoint field for EntryPoint
protected String localHierarchyID field for HierarchyID
protected boolean localHierarchyIDTracker
protected String localHierarchyName field for HierarchyName
protected boolean localHierarchyNameTracker
protected MWSAttributeLockInfo localLockInfo field for LockInfo
protected boolean localLockInfoTracker
Public Constructors
MWSHierarchyAttributeInfo()
Public Methods
ArrayOfMWSHierarchyAttributeFormInfo getArrayAttributeForms()
Auto generated getter method
String getAttributeID()
Auto generated getter method
String getAttributeName()
Auto generated getter method
boolean getEntryPoint()
Auto generated getter method
String getHierarchyID()
Auto generated getter method
String getHierarchyName()
Auto generated getter method
MWSAttributeLockInfo getLockInfo()
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 setArrayAttributeForms(ArrayOfMWSHierarchyAttributeFormInfo param)
Auto generated setter method
void setAttributeID(String param)
Auto generated setter method
void setAttributeName(String param)
Auto generated setter method
void setEntryPoint(boolean param)
Auto generated setter method
void setHierarchyID(String param)
Auto generated setter method
void setHierarchyName(String param)
Auto generated setter method
void setLockInfo(MWSAttributeLockInfo 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 ArrayOfMWSHierarchyAttributeFormInfo localArrayAttributeForms

field for ArrayAttributeForms

protected boolean localArrayAttributeFormsTracker

protected String localAttributeID

field for AttributeID

protected boolean localAttributeIDTracker

protected String localAttributeName

field for AttributeName

protected boolean localAttributeNameTracker

protected boolean localEntryPoint

field for EntryPoint

protected String localHierarchyID

field for HierarchyID

protected boolean localHierarchyIDTracker

protected String localHierarchyName

field for HierarchyName

protected boolean localHierarchyNameTracker

protected MWSAttributeLockInfo localLockInfo

field for LockInfo

protected boolean localLockInfoTracker

Public Constructors

public MWSHierarchyAttributeInfo ()

Public Methods

public ArrayOfMWSHierarchyAttributeFormInfo getArrayAttributeForms ()

Auto generated getter method

Returns
  • com.microstrategy.webservices.Axis2.ArrayOfMWSHierarchyAttributeFormInfo

public String getAttributeID ()

Auto generated getter method

Returns
  • java.lang.String

public String getAttributeName ()

Auto generated getter method

Returns
  • java.lang.String

public boolean getEntryPoint ()

Auto generated getter method

Returns
  • boolean

public String getHierarchyID ()

Auto generated getter method

Returns
  • java.lang.String

public String getHierarchyName ()

Auto generated getter method

Returns
  • java.lang.String

public MWSAttributeLockInfo getLockInfo ()

Auto generated getter method

Returns
  • com.microstrategy.webservices.Axis2.MWSAttributeLockInfo

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 setArrayAttributeForms (ArrayOfMWSHierarchyAttributeFormInfo param)

Auto generated setter method

Parameters
param ArrayAttributeForms

public void setAttributeID (String param)

Auto generated setter method

Parameters
param AttributeID

public void setAttributeName (String param)

Auto generated setter method

Parameters
param AttributeName

public void setEntryPoint (boolean param)

Auto generated setter method

Parameters
param EntryPoint

public void setHierarchyID (String param)

Auto generated setter method

Parameters
param HierarchyID

public void setHierarchyName (String param)

Auto generated setter method

Parameters
param HierarchyName

public void setLockInfo (MWSAttributeLockInfo param)

Auto generated setter method

Parameters
param LockInfo