com.hp.ov.nms.sdk.ipsubnet
Class IPSubnetBeanServiceStub.Filter

java.lang.Object
  extended by com.hp.ov.nms.sdk.ipsubnet.IPSubnetBeanServiceStub.Filter
All Implemented Interfaces:
org.apache.axis2.databinding.ADBBean
Direct Known Subclasses:
IPSubnetBeanServiceStub.Condition, IPSubnetBeanServiceStub.Constraint, IPSubnetBeanServiceStub.Expression
Enclosing class:
IPSubnetBeanServiceStub

public static class IPSubnetBeanServiceStub.Filter
extends java.lang.Object
implements org.apache.axis2.databinding.ADBBean


Nested Class Summary
static class IPSubnetBeanServiceStub.Filter.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  IPSubnetBeanServiceStub.Condition localCondition
          field for Condition
protected  boolean localConditionTracker
           
protected  IPSubnetBeanServiceStub.Constraint localConstraint
          field for Constraint
protected  boolean localConstraintTracker
           
protected  IPSubnetBeanServiceStub.Expression localExpression
          field for Expression
protected  boolean localExpressionTracker
           
 
Constructor Summary
IPSubnetBeanServiceStub.Filter()
           
 
Method Summary
 IPSubnetBeanServiceStub.Condition getCondition()
          Auto generated getter method
 IPSubnetBeanServiceStub.Constraint getConstraint()
          Auto generated getter method
 IPSubnetBeanServiceStub.Expression getExpression()
          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 setCondition(IPSubnetBeanServiceStub.Condition param)
          Auto generated setter method
 void setConstraint(IPSubnetBeanServiceStub.Constraint param)
          Auto generated setter method
 void setExpression(IPSubnetBeanServiceStub.Expression 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

localCondition

protected IPSubnetBeanServiceStub.Condition localCondition
field for Condition


localConditionTracker

protected boolean localConditionTracker

localConstraint

protected IPSubnetBeanServiceStub.Constraint localConstraint
field for Constraint


localConstraintTracker

protected boolean localConstraintTracker

localExpression

protected IPSubnetBeanServiceStub.Expression localExpression
field for Expression


localExpressionTracker

protected boolean localExpressionTracker
Constructor Detail

IPSubnetBeanServiceStub.Filter

public IPSubnetBeanServiceStub.Filter()
Method Detail

getCondition

public IPSubnetBeanServiceStub.Condition getCondition()
Auto generated getter method

Returns:
Condition

setCondition

public void setCondition(IPSubnetBeanServiceStub.Condition param)
Auto generated setter method

Parameters:
param - Condition

getConstraint

public IPSubnetBeanServiceStub.Constraint getConstraint()
Auto generated getter method

Returns:
Constraint

setConstraint

public void setConstraint(IPSubnetBeanServiceStub.Constraint param)
Auto generated setter method

Parameters:
param - Constraint

getExpression

public IPSubnetBeanServiceStub.Expression getExpression()
Auto generated getter method

Returns:
Expression

setExpression

public void setExpression(IPSubnetBeanServiceStub.Expression param)
Auto generated setter method

Parameters:
param - Expression

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