public class

MWSAttributeLockInfo

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

Class Overview

MWSAttributeLockInfo bean class

Summary

Nested Classes
class MWSAttributeLockInfo.Factory Factory class that keeps the parse method 
Fields
protected int localLockLimit field for LockLimit
protected String localLockReason field for LockReason
protected boolean localLockReasonTracker
protected EnumMWSAttributeLockType localLockType field for LockType
Public Constructors
MWSAttributeLockInfo()
Public Methods
int getLockLimit()
Auto generated getter method
String getLockReason()
Auto generated getter method
EnumMWSAttributeLockType getLockType()
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 setLockLimit(int param)
Auto generated setter method
void setLockReason(String param)
Auto generated setter method
void setLockType(EnumMWSAttributeLockType 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 int localLockLimit

field for LockLimit

protected String localLockReason

field for LockReason

protected boolean localLockReasonTracker

protected EnumMWSAttributeLockType localLockType

field for LockType

Public Constructors

public MWSAttributeLockInfo ()

Public Methods

public int getLockLimit ()

Auto generated getter method

Returns
  • int

public String getLockReason ()

Auto generated getter method

Returns
  • java.lang.String

public EnumMWSAttributeLockType getLockType ()

Auto generated getter method

Returns
  • com.microstrategy.webservices.Axis2.EnumMWSAttributeLockType

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 setLockLimit (int param)

Auto generated setter method

Parameters
param LockLimit

public void setLockReason (String param)

Auto generated setter method

Parameters
param LockReason

public void setLockType (EnumMWSAttributeLockType param)

Auto generated setter method

Parameters
param LockType