public class

MWSSoapHeader

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

Class Overview

MWSSoapHeader bean class

Summary

Nested Classes
class MWSSoapHeader.Factory Factory class that keeps the parse method 
Fields
protected OMAttribute[] localExtraAttributes field for ExtraAttributes This was an Attribute! This was an Array!
protected String localXy199Val field for Xy199Val
protected boolean localXy199ValTracker
protected String localXy299Val field for Xy299Val
protected boolean localXy299ValTracker
protected String localXy399Val field for Xy399Val
protected boolean localXy399ValTracker
Public Constructors
MWSSoapHeader()
Public Methods
void addExtraAttributes(OMAttribute param)
Auto generated add method for the array for convenience
OMAttribute[] getExtraAttributes()
Auto generated getter method
OMElement getOMElement(QName parentQName, OMFactory factory)
XMLStreamReader getPullParser(QName qName)
databinding method to get an XML representation of this object
String getXy199Val()
Auto generated getter method
String getXy299Val()
Auto generated getter method
String getXy399Val()
Auto generated getter method
static boolean isReaderMTOMAware(XMLStreamReader reader)
isReaderMTOMAware
void serialize(QName parentQName, XMLStreamWriter xmlWriter)
void setExtraAttributes(OMAttribute[] param)
Auto generated setter method
void setXy199Val(String param)
Auto generated setter method
void setXy299Val(String param)
Auto generated setter method
void setXy399Val(String param)
Auto generated setter method
Protected Methods
void validateExtraAttributes(OMAttribute[] param)
validate the array for ExtraAttributes
[Expand]
Inherited Methods
From class com.microstrategy.webservices.Axis2.AbstractADBBean
From class java.lang.Object
From interface org.apache.axis2.databinding.ADBBean

Fields

protected OMAttribute[] localExtraAttributes

field for ExtraAttributes This was an Attribute! This was an Array!

protected String localXy199Val

field for Xy199Val

protected boolean localXy199ValTracker

protected String localXy299Val

field for Xy299Val

protected boolean localXy299ValTracker

protected String localXy399Val

field for Xy399Val

protected boolean localXy399ValTracker

Public Constructors

public MWSSoapHeader ()

Public Methods

public void addExtraAttributes (OMAttribute param)

Auto generated add method for the array for convenience

Parameters
param org.apache.axiom.om.OMAttribute

public OMAttribute[] getExtraAttributes ()

Auto generated getter method

Returns
  • org.apache.axiom.om.OMAttribute[]

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 getXy199Val ()

Auto generated getter method

Returns
  • java.lang.String

public String getXy299Val ()

Auto generated getter method

Returns
  • java.lang.String

public String getXy399Val ()

Auto generated getter method

Returns
  • java.lang.String

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 setExtraAttributes (OMAttribute[] param)

Auto generated setter method

Parameters
param ExtraAttributes

public void setXy199Val (String param)

Auto generated setter method

Parameters
param Xy199Val

public void setXy299Val (String param)

Auto generated setter method

Parameters
param Xy299Val

public void setXy399Val (String param)

Auto generated setter method

Parameters
param Xy399Val

Protected Methods

protected void validateExtraAttributes (OMAttribute[] param)

validate the array for ExtraAttributes