com.hp.ov.nms.sdk.l2connection
Class L2ConnectionBeanServiceStub.GetL2ConnectionsResponse

java.lang.Object
  extended by com.hp.ov.nms.sdk.l2connection.L2ConnectionBeanServiceStub.GetL2ConnectionsResponse
All Implemented Interfaces:
org.apache.axis2.databinding.ADBBean
Enclosing class:
L2ConnectionBeanServiceStub

public static class L2ConnectionBeanServiceStub.GetL2ConnectionsResponse
extends java.lang.Object
implements org.apache.axis2.databinding.ADBBean


Nested Class Summary
static class L2ConnectionBeanServiceStub.GetL2ConnectionsResponse.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  L2ConnectionBeanServiceStub.L2ConnectionArray local_return
          field for _return
static javax.xml.namespace.QName MY_QNAME
           
 
Constructor Summary
L2ConnectionBeanServiceStub.GetL2ConnectionsResponse()
           
 
Method Summary
 L2ConnectionBeanServiceStub.L2ConnectionArray get_return()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          databinding method to get an XML representation of this object
static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
          isReaderMTOMAware
 void serialize(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
           
 void set_return(L2ConnectionBeanServiceStub.L2ConnectionArray param)
          Auto generated setter method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MY_QNAME

public static final javax.xml.namespace.QName MY_QNAME

local_return

protected L2ConnectionBeanServiceStub.L2ConnectionArray local_return
field for _return

Constructor Detail

L2ConnectionBeanServiceStub.GetL2ConnectionsResponse

public L2ConnectionBeanServiceStub.GetL2ConnectionsResponse()
Method Detail

get_return

public L2ConnectionBeanServiceStub.L2ConnectionArray get_return()
Auto generated getter method

Returns:
L2ConnectionArray

set_return

public void set_return(L2ConnectionBeanServiceStub.L2ConnectionArray param)
Auto generated setter method

Parameters:
param - _return

isReaderMTOMAware

public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
isReaderMTOMAware

Returns:
true if the reader supports MTOM

getOMElement

public org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws org.apache.axis2.databinding.ADBException
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
org.apache.axis2.databinding.ADBException

serialize

public void serialize(javax.xml.namespace.QName parentQName,
                      org.apache.axiom.om.OMFactory factory,
                      org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
               throws javax.xml.stream.XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Throws:
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.ADBException

getPullParser

public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
                                               throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object

Specified by:
getPullParser in interface org.apache.axis2.databinding.ADBBean
Throws:
org.apache.axis2.databinding.ADBException