fr.lri.bd.olap.soap
Class VERDOLAPServiceStub.GetTemplateList

java.lang.Object
  extended by fr.lri.bd.olap.soap.VERDOLAPServiceStub.GetTemplateList
All Implemented Interfaces:
ADBBean
Enclosing class:
VERDOLAPServiceStub

public static class VERDOLAPServiceStub.GetTemplateList
extends Object
implements ADBBean


Nested Class Summary
static class VERDOLAPServiceStub.GetTemplateList.Factory
          Factory class that keeps the parse method
 
Field Summary
static QName MY_QNAME
           
 
Constructor Summary
VERDOLAPServiceStub.GetTemplateList()
           
 
Method Summary
 org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 javax.xml.stream.XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MY_QNAME

public static final QName MY_QNAME
Constructor Detail

VERDOLAPServiceStub.GetTemplateList

public VERDOLAPServiceStub.GetTemplateList()
Method Detail

getOMElement

public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement

getPullParser

public javax.xml.stream.XMLStreamReader getPullParser(QName qName)
databinding method to get an XML representation of this object

Specified by:
getPullParser in interface ADBBean