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

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

public static class VERDOLAPServiceStub.SendDatamartSchemaResponse
extends Object
implements ADBBean


Nested Class Summary
static class VERDOLAPServiceStub.SendDatamartSchemaResponse.Factory
          Factory class that keeps the parse method
 
Field Summary
static QName MY_QNAME
           
 
Constructor Summary
VERDOLAPServiceStub.SendDatamartSchemaResponse()
           
 
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
 boolean getResult()
          Auto generated getter method
 void setResult(boolean param)
          Auto generated setter method
 
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.SendDatamartSchemaResponse

public VERDOLAPServiceStub.SendDatamartSchemaResponse()
Method Detail

getResult

public boolean getResult()
Auto generated getter method

Returns:
boolean

setResult

public void setResult(boolean param)
Auto generated setter method

Parameters:
param - Result

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