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

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

public static class L2ConnectionBeanServiceStub.Expression
extends L2ConnectionBeanServiceStub.Filter
implements org.apache.axis2.databinding.ADBBean


Nested Class Summary
static class L2ConnectionBeanServiceStub.Expression.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  L2ConnectionBeanServiceStub.BooleanOperator localOperator
          field for Operator
protected  boolean localOperatorTracker
           
protected  L2ConnectionBeanServiceStub.Filter[] localSubFilters
          field for SubFilters This was an Array!
protected  boolean localSubFiltersTracker
           
 
Fields inherited from class com.hp.ov.nms.sdk.l2connection.L2ConnectionBeanServiceStub.Filter
localCondition, localConditionTracker, localConstraint, localConstraintTracker, localExpression, localExpressionTracker
 
Constructor Summary
L2ConnectionBeanServiceStub.Expression()
           
 
Method Summary
 void addSubFilters(L2ConnectionBeanServiceStub.Filter param)
          Auto generated add method for the array for convenience
 org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 L2ConnectionBeanServiceStub.BooleanOperator getOperator()
          Auto generated getter method
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          databinding method to get an XML representation of this object
 L2ConnectionBeanServiceStub.Filter[] getSubFilters()
          Auto generated getter method
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 setOperator(L2ConnectionBeanServiceStub.BooleanOperator param)
          Auto generated setter method
 void setSubFilters(L2ConnectionBeanServiceStub.Filter[] param)
          Auto generated setter method
protected  void validateSubFilters(L2ConnectionBeanServiceStub.Filter[] param)
          validate the array for SubFilters
 
Methods inherited from class com.hp.ov.nms.sdk.l2connection.L2ConnectionBeanServiceStub.Filter
getCondition, getConstraint, getExpression, setCondition, setConstraint, setExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localOperator

protected L2ConnectionBeanServiceStub.BooleanOperator localOperator
field for Operator


localOperatorTracker

protected boolean localOperatorTracker

localSubFilters

protected L2ConnectionBeanServiceStub.Filter[] localSubFilters
field for SubFilters This was an Array!


localSubFiltersTracker

protected boolean localSubFiltersTracker
Constructor Detail

L2ConnectionBeanServiceStub.Expression

public L2ConnectionBeanServiceStub.Expression()
Method Detail

getOperator

public L2ConnectionBeanServiceStub.BooleanOperator getOperator()
Auto generated getter method

Returns:
BooleanOperator

setOperator

public void setOperator(L2ConnectionBeanServiceStub.BooleanOperator param)
Auto generated setter method

Parameters:
param - Operator

getSubFilters

public L2ConnectionBeanServiceStub.Filter[] getSubFilters()
Auto generated getter method

Returns:
Filter[]

validateSubFilters

protected void validateSubFilters(L2ConnectionBeanServiceStub.Filter[] param)
validate the array for SubFilters


setSubFilters

public void setSubFilters(L2ConnectionBeanServiceStub.Filter[] param)
Auto generated setter method

Parameters:
param - SubFilters

addSubFilters

public void addSubFilters(L2ConnectionBeanServiceStub.Filter param)
Auto generated add method for the array for convenience

Parameters:
param - Filter

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
Overrides:
getOMElement in class L2ConnectionBeanServiceStub.Filter
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
Overrides:
serialize in class L2ConnectionBeanServiceStub.Filter
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
Overrides:
getPullParser in class L2ConnectionBeanServiceStub.Filter
Throws:
org.apache.axis2.databinding.ADBException