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

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

public static class VERDOLAPServiceStub.OpenNewWindowResponse
extends Object
implements ADBBean


Nested Class Summary
static class VERDOLAPServiceStub.OpenNewWindowResponse.Factory
          Factory class that keeps the parse method
 
Field Summary
static QName MY_QNAME
           
 
Constructor Summary
VERDOLAPServiceStub.OpenNewWindowResponse()
           
 
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
 int getSid()
          Auto generated getter method
 void setSid(int 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.OpenNewWindowResponse

public VERDOLAPServiceStub.OpenNewWindowResponse()
Method Detail

getSid

public int getSid()
Auto generated getter method

Returns:
int

setSid

public void setSid(int param)
Auto generated setter method

Parameters:
param - Sid

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