org.wso2.carbon.event.builder.stub
Class DeployXmlEventBuilderConfiguration

java.lang.Object
  extended by org.wso2.carbon.event.builder.stub.DeployXmlEventBuilderConfiguration
All Implemented Interfaces:
Serializable, org.apache.axis2.databinding.ADBBean

public class DeployXmlEventBuilderConfiguration
extends Object
implements org.apache.axis2.databinding.ADBBean

DeployXmlEventBuilderConfiguration bean class

See Also:
Serialized Form

Nested Class Summary
static class DeployXmlEventBuilderConfiguration.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  String localEventAdaptorName
          field for EventAdaptorName
protected  boolean localEventAdaptorNameTracker
           
protected  String localEventAdaptorType
          field for EventAdaptorType
protected  boolean localEventAdaptorTypeTracker
           
protected  String localEventBuilderName
          field for EventBuilderName
protected  boolean localEventBuilderNameTracker
           
protected  PropertyDto[] localInputPropertyConfiguration
          field for InputPropertyConfiguration This was an Array!
protected  boolean localInputPropertyConfigurationTracker
           
protected  boolean localMappingEnabled
          field for MappingEnabled
protected  boolean localMappingEnabledTracker
           
protected  String localParentSelectorXpath
          field for ParentSelectorXpath
protected  boolean localParentSelectorXpathTracker
           
protected  String localStreamNameWithVersion
          field for StreamNameWithVersion
protected  boolean localStreamNameWithVersionTracker
           
protected  PropertyDto[] localXpathDefinitions
          field for XpathDefinitions This was an Array!
protected  boolean localXpathDefinitionsTracker
           
protected  EventInputPropertyConfigurationDto[] localXpathExpressions
          field for XpathExpressions This was an Array!
protected  boolean localXpathExpressionsTracker
           
static QName MY_QNAME
           
 
Constructor Summary
DeployXmlEventBuilderConfiguration()
           
 
Method Summary
 void addInputPropertyConfiguration(PropertyDto param)
          Auto generated add method for the array for convenience
 void addXpathDefinitions(PropertyDto param)
          Auto generated add method for the array for convenience
 void addXpathExpressions(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 String getEventAdaptorName()
          Auto generated getter method
 String getEventAdaptorType()
          Auto generated getter method
 String getEventBuilderName()
          Auto generated getter method
 PropertyDto[] getInputPropertyConfiguration()
          Auto generated getter method
 boolean getMappingEnabled()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 String getParentSelectorXpath()
          Auto generated getter method
 XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
 String getStreamNameWithVersion()
          Auto generated getter method
 PropertyDto[] getXpathDefinitions()
          Auto generated getter method
 EventInputPropertyConfigurationDto[] getXpathExpressions()
          Auto generated getter method
 boolean isEventAdaptorNameSpecified()
           
 boolean isEventAdaptorTypeSpecified()
           
 boolean isEventBuilderNameSpecified()
           
 boolean isInputPropertyConfigurationSpecified()
           
 boolean isMappingEnabledSpecified()
           
 boolean isParentSelectorXpathSpecified()
           
 boolean isStreamNameWithVersionSpecified()
           
 boolean isXpathDefinitionsSpecified()
           
 boolean isXpathExpressionsSpecified()
           
 void serialize(QName parentQName, XMLStreamWriter xmlWriter)
           
 void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
           
 void setEventAdaptorName(String param)
          Auto generated setter method
 void setEventAdaptorType(String param)
          Auto generated setter method
 void setEventBuilderName(String param)
          Auto generated setter method
 void setInputPropertyConfiguration(PropertyDto[] param)
          Auto generated setter method
 void setMappingEnabled(boolean param)
          Auto generated setter method
 void setParentSelectorXpath(String param)
          Auto generated setter method
 void setStreamNameWithVersion(String param)
          Auto generated setter method
 void setXpathDefinitions(PropertyDto[] param)
          Auto generated setter method
 void setXpathExpressions(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
protected  void validateInputPropertyConfiguration(PropertyDto[] param)
          validate the array for InputPropertyConfiguration
protected  void validateXpathDefinitions(PropertyDto[] param)
          validate the array for XpathDefinitions
protected  void validateXpathExpressions(EventInputPropertyConfigurationDto[] param)
          validate the array for XpathExpressions
 
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 QName MY_QNAME

localEventBuilderName

protected String localEventBuilderName
field for EventBuilderName


localEventBuilderNameTracker

protected boolean localEventBuilderNameTracker

localStreamNameWithVersion

protected String localStreamNameWithVersion
field for StreamNameWithVersion


localStreamNameWithVersionTracker

protected boolean localStreamNameWithVersionTracker

localEventAdaptorName

protected String localEventAdaptorName
field for EventAdaptorName


localEventAdaptorNameTracker

protected boolean localEventAdaptorNameTracker

localEventAdaptorType

protected String localEventAdaptorType
field for EventAdaptorType


localEventAdaptorTypeTracker

protected boolean localEventAdaptorTypeTracker

localXpathExpressions

protected EventInputPropertyConfigurationDto[] localXpathExpressions
field for XpathExpressions This was an Array!


localXpathExpressionsTracker

protected boolean localXpathExpressionsTracker

localInputPropertyConfiguration

protected PropertyDto[] localInputPropertyConfiguration
field for InputPropertyConfiguration This was an Array!


localInputPropertyConfigurationTracker

protected boolean localInputPropertyConfigurationTracker

localXpathDefinitions

protected PropertyDto[] localXpathDefinitions
field for XpathDefinitions This was an Array!


localXpathDefinitionsTracker

protected boolean localXpathDefinitionsTracker

localParentSelectorXpath

protected String localParentSelectorXpath
field for ParentSelectorXpath


localParentSelectorXpathTracker

protected boolean localParentSelectorXpathTracker

localMappingEnabled

protected boolean localMappingEnabled
field for MappingEnabled


localMappingEnabledTracker

protected boolean localMappingEnabledTracker
Constructor Detail

DeployXmlEventBuilderConfiguration

public DeployXmlEventBuilderConfiguration()
Method Detail

isEventBuilderNameSpecified

public boolean isEventBuilderNameSpecified()

getEventBuilderName

public String getEventBuilderName()
Auto generated getter method

Returns:
java.lang.String

setEventBuilderName

public void setEventBuilderName(String param)
Auto generated setter method

Parameters:
param - EventBuilderName

isStreamNameWithVersionSpecified

public boolean isStreamNameWithVersionSpecified()

getStreamNameWithVersion

public String getStreamNameWithVersion()
Auto generated getter method

Returns:
java.lang.String

setStreamNameWithVersion

public void setStreamNameWithVersion(String param)
Auto generated setter method

Parameters:
param - StreamNameWithVersion

isEventAdaptorNameSpecified

public boolean isEventAdaptorNameSpecified()

getEventAdaptorName

public String getEventAdaptorName()
Auto generated getter method

Returns:
java.lang.String

setEventAdaptorName

public void setEventAdaptorName(String param)
Auto generated setter method

Parameters:
param - EventAdaptorName

isEventAdaptorTypeSpecified

public boolean isEventAdaptorTypeSpecified()

getEventAdaptorType

public String getEventAdaptorType()
Auto generated getter method

Returns:
java.lang.String

setEventAdaptorType

public void setEventAdaptorType(String param)
Auto generated setter method

Parameters:
param - EventAdaptorType

isXpathExpressionsSpecified

public boolean isXpathExpressionsSpecified()

getXpathExpressions

public EventInputPropertyConfigurationDto[] getXpathExpressions()
Auto generated getter method

Returns:
org.wso2.carbon.event.builder.stub.types.EventInputPropertyConfigurationDto[]

validateXpathExpressions

protected void validateXpathExpressions(EventInputPropertyConfigurationDto[] param)
validate the array for XpathExpressions


setXpathExpressions

public void setXpathExpressions(EventInputPropertyConfigurationDto[] param)
Auto generated setter method

Parameters:
param - XpathExpressions

addXpathExpressions

public void addXpathExpressions(EventInputPropertyConfigurationDto param)
Auto generated add method for the array for convenience

Parameters:
param - org.wso2.carbon.event.builder.stub.types.EventInputPropertyConfigurationDto

isInputPropertyConfigurationSpecified

public boolean isInputPropertyConfigurationSpecified()

getInputPropertyConfiguration

public PropertyDto[] getInputPropertyConfiguration()
Auto generated getter method

Returns:
org.wso2.carbon.event.builder.stub.types.PropertyDto[]

validateInputPropertyConfiguration

protected void validateInputPropertyConfiguration(PropertyDto[] param)
validate the array for InputPropertyConfiguration


setInputPropertyConfiguration

public void setInputPropertyConfiguration(PropertyDto[] param)
Auto generated setter method

Parameters:
param - InputPropertyConfiguration

addInputPropertyConfiguration

public void addInputPropertyConfiguration(PropertyDto param)
Auto generated add method for the array for convenience

Parameters:
param - org.wso2.carbon.event.builder.stub.types.PropertyDto

isXpathDefinitionsSpecified

public boolean isXpathDefinitionsSpecified()

getXpathDefinitions

public PropertyDto[] getXpathDefinitions()
Auto generated getter method

Returns:
org.wso2.carbon.event.builder.stub.types.PropertyDto[]

validateXpathDefinitions

protected void validateXpathDefinitions(PropertyDto[] param)
validate the array for XpathDefinitions


setXpathDefinitions

public void setXpathDefinitions(PropertyDto[] param)
Auto generated setter method

Parameters:
param - XpathDefinitions

addXpathDefinitions

public void addXpathDefinitions(PropertyDto param)
Auto generated add method for the array for convenience

Parameters:
param - org.wso2.carbon.event.builder.stub.types.PropertyDto

isParentSelectorXpathSpecified

public boolean isParentSelectorXpathSpecified()

getParentSelectorXpath

public String getParentSelectorXpath()
Auto generated getter method

Returns:
java.lang.String

setParentSelectorXpath

public void setParentSelectorXpath(String param)
Auto generated setter method

Parameters:
param - ParentSelectorXpath

isMappingEnabledSpecified

public boolean isMappingEnabledSpecified()

getMappingEnabled

public boolean getMappingEnabled()
Auto generated getter method

Returns:
boolean

setMappingEnabled

public void setMappingEnabled(boolean param)
Auto generated setter method

Parameters:
param - MappingEnabled

getOMElement

public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws org.apache.axis2.databinding.ADBException
Specified by:
getOMElement in interface org.apache.axis2.databinding.ADBBean
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
org.apache.axis2.databinding.ADBException

serialize

public void serialize(QName parentQName,
                      XMLStreamWriter xmlWriter)
               throws XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException

serialize

public void serialize(QName parentQName,
                      XMLStreamWriter xmlWriter,
                      boolean serializeType)
               throws XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException

getPullParser

public XMLStreamReader getPullParser(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


Copyright © 2015 WSO2. All rights reserved.