org.wso2.carbon.event.builder.stub.types
Class EventBuilderConfigurationDto

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

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

EventBuilderConfigurationDto bean class

See Also:
Serialized Form

Nested Class Summary
static class EventBuilderConfigurationDto.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  EventInputPropertyConfigurationDto[] localCorrelationEventBuilderProperties
          field for CorrelationEventBuilderProperties This was an Array!
protected  boolean localCorrelationEventBuilderPropertiesTracker
           
protected  boolean localCustomMappingEnabled
          field for CustomMappingEnabled
protected  boolean localCustomMappingEnabledTracker
           
protected  String localEventBuilderConfigName
          field for EventBuilderConfigName
protected  boolean localEventBuilderConfigNameTracker
           
protected  EventBuilderMessagePropertyDto[] localEventBuilderMessageProperties
          field for EventBuilderMessageProperties This was an Array!
protected  boolean localEventBuilderMessagePropertiesTracker
           
protected  String localInputEventAdaptorName
          field for InputEventAdaptorName
protected  boolean localInputEventAdaptorNameTracker
           
protected  String localInputEventAdaptorType
          field for InputEventAdaptorType
protected  boolean localInputEventAdaptorTypeTracker
           
protected  String localInputMappingType
          field for InputMappingType
protected  boolean localInputMappingTypeTracker
           
protected  EventInputPropertyConfigurationDto[] localMetaEventBuilderProperties
          field for MetaEventBuilderProperties This was an Array!
protected  boolean localMetaEventBuilderPropertiesTracker
           
protected  String localParentSelectorXpath
          field for ParentSelectorXpath
protected  boolean localParentSelectorXpathTracker
           
protected  EventInputPropertyConfigurationDto[] localPayloadEventBuilderProperties
          field for PayloadEventBuilderProperties This was an Array!
protected  boolean localPayloadEventBuilderPropertiesTracker
           
protected  boolean localStatisticsEnabled
          field for StatisticsEnabled
protected  boolean localStatisticsEnabledTracker
           
protected  String localToStreamName
          field for ToStreamName
protected  boolean localToStreamNameTracker
           
protected  String localToStreamVersion
          field for ToStreamVersion
protected  boolean localToStreamVersionTracker
           
protected  boolean localTraceEnabled
          field for TraceEnabled
protected  boolean localTraceEnabledTracker
           
protected  EventInputPropertyConfigurationDto[] localXpathDefinitions
          field for XpathDefinitions This was an Array!
protected  boolean localXpathDefinitionsTracker
           
 
Constructor Summary
EventBuilderConfigurationDto()
           
 
Method Summary
 void addCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 void addEventBuilderMessageProperties(EventBuilderMessagePropertyDto param)
          Auto generated add method for the array for convenience
 void addMetaEventBuilderProperties(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 void addPayloadEventBuilderProperties(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 void addXpathDefinitions(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 EventInputPropertyConfigurationDto[] getCorrelationEventBuilderProperties()
          Auto generated getter method
 boolean getCustomMappingEnabled()
          Auto generated getter method
 String getEventBuilderConfigName()
          Auto generated getter method
 EventBuilderMessagePropertyDto[] getEventBuilderMessageProperties()
          Auto generated getter method
 String getInputEventAdaptorName()
          Auto generated getter method
 String getInputEventAdaptorType()
          Auto generated getter method
 String getInputMappingType()
          Auto generated getter method
 EventInputPropertyConfigurationDto[] getMetaEventBuilderProperties()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 String getParentSelectorXpath()
          Auto generated getter method
 EventInputPropertyConfigurationDto[] getPayloadEventBuilderProperties()
          Auto generated getter method
 XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
 boolean getStatisticsEnabled()
          Auto generated getter method
 String getToStreamName()
          Auto generated getter method
 String getToStreamVersion()
          Auto generated getter method
 boolean getTraceEnabled()
          Auto generated getter method
 EventInputPropertyConfigurationDto[] getXpathDefinitions()
          Auto generated getter method
 boolean isCorrelationEventBuilderPropertiesSpecified()
           
 boolean isCustomMappingEnabledSpecified()
           
 boolean isEventBuilderConfigNameSpecified()
           
 boolean isEventBuilderMessagePropertiesSpecified()
           
 boolean isInputEventAdaptorNameSpecified()
           
 boolean isInputEventAdaptorTypeSpecified()
           
 boolean isInputMappingTypeSpecified()
           
 boolean isMetaEventBuilderPropertiesSpecified()
           
 boolean isParentSelectorXpathSpecified()
           
 boolean isPayloadEventBuilderPropertiesSpecified()
           
 boolean isStatisticsEnabledSpecified()
           
 boolean isToStreamNameSpecified()
           
 boolean isToStreamVersionSpecified()
           
 boolean isTraceEnabledSpecified()
           
 boolean isXpathDefinitionsSpecified()
           
 void serialize(QName parentQName, XMLStreamWriter xmlWriter)
           
 void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
           
 void setCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
 void setCustomMappingEnabled(boolean param)
          Auto generated setter method
 void setEventBuilderConfigName(String param)
          Auto generated setter method
 void setEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
          Auto generated setter method
 void setInputEventAdaptorName(String param)
          Auto generated setter method
 void setInputEventAdaptorType(String param)
          Auto generated setter method
 void setInputMappingType(String param)
          Auto generated setter method
 void setMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
 void setParentSelectorXpath(String param)
          Auto generated setter method
 void setPayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
 void setStatisticsEnabled(boolean param)
          Auto generated setter method
 void setToStreamName(String param)
          Auto generated setter method
 void setToStreamVersion(String param)
          Auto generated setter method
 void setTraceEnabled(boolean param)
          Auto generated setter method
 void setXpathDefinitions(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
protected  void validateCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
          validate the array for CorrelationEventBuilderProperties
protected  void validateEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
          validate the array for EventBuilderMessageProperties
protected  void validateMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
          validate the array for MetaEventBuilderProperties
protected  void validatePayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
          validate the array for PayloadEventBuilderProperties
protected  void validateXpathDefinitions(EventInputPropertyConfigurationDto[] param)
          validate the array for XpathDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localCorrelationEventBuilderProperties

protected EventInputPropertyConfigurationDto[] localCorrelationEventBuilderProperties
field for CorrelationEventBuilderProperties This was an Array!


localCorrelationEventBuilderPropertiesTracker

protected boolean localCorrelationEventBuilderPropertiesTracker

localCustomMappingEnabled

protected boolean localCustomMappingEnabled
field for CustomMappingEnabled


localCustomMappingEnabledTracker

protected boolean localCustomMappingEnabledTracker

localEventBuilderConfigName

protected String localEventBuilderConfigName
field for EventBuilderConfigName


localEventBuilderConfigNameTracker

protected boolean localEventBuilderConfigNameTracker

localEventBuilderMessageProperties

protected EventBuilderMessagePropertyDto[] localEventBuilderMessageProperties
field for EventBuilderMessageProperties This was an Array!


localEventBuilderMessagePropertiesTracker

protected boolean localEventBuilderMessagePropertiesTracker

localInputEventAdaptorName

protected String localInputEventAdaptorName
field for InputEventAdaptorName


localInputEventAdaptorNameTracker

protected boolean localInputEventAdaptorNameTracker

localInputEventAdaptorType

protected String localInputEventAdaptorType
field for InputEventAdaptorType


localInputEventAdaptorTypeTracker

protected boolean localInputEventAdaptorTypeTracker

localInputMappingType

protected String localInputMappingType
field for InputMappingType


localInputMappingTypeTracker

protected boolean localInputMappingTypeTracker

localMetaEventBuilderProperties

protected EventInputPropertyConfigurationDto[] localMetaEventBuilderProperties
field for MetaEventBuilderProperties This was an Array!


localMetaEventBuilderPropertiesTracker

protected boolean localMetaEventBuilderPropertiesTracker

localParentSelectorXpath

protected String localParentSelectorXpath
field for ParentSelectorXpath


localParentSelectorXpathTracker

protected boolean localParentSelectorXpathTracker

localPayloadEventBuilderProperties

protected EventInputPropertyConfigurationDto[] localPayloadEventBuilderProperties
field for PayloadEventBuilderProperties This was an Array!


localPayloadEventBuilderPropertiesTracker

protected boolean localPayloadEventBuilderPropertiesTracker

localStatisticsEnabled

protected boolean localStatisticsEnabled
field for StatisticsEnabled


localStatisticsEnabledTracker

protected boolean localStatisticsEnabledTracker

localToStreamName

protected String localToStreamName
field for ToStreamName


localToStreamNameTracker

protected boolean localToStreamNameTracker

localToStreamVersion

protected String localToStreamVersion
field for ToStreamVersion


localToStreamVersionTracker

protected boolean localToStreamVersionTracker

localTraceEnabled

protected boolean localTraceEnabled
field for TraceEnabled


localTraceEnabledTracker

protected boolean localTraceEnabledTracker

localXpathDefinitions

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


localXpathDefinitionsTracker

protected boolean localXpathDefinitionsTracker
Constructor Detail

EventBuilderConfigurationDto

public EventBuilderConfigurationDto()
Method Detail

isCorrelationEventBuilderPropertiesSpecified

public boolean isCorrelationEventBuilderPropertiesSpecified()

getCorrelationEventBuilderProperties

public EventInputPropertyConfigurationDto[] getCorrelationEventBuilderProperties()
Auto generated getter method

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

validateCorrelationEventBuilderProperties

protected void validateCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
validate the array for CorrelationEventBuilderProperties


setCorrelationEventBuilderProperties

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

Parameters:
param - CorrelationEventBuilderProperties

addCorrelationEventBuilderProperties

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

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

isCustomMappingEnabledSpecified

public boolean isCustomMappingEnabledSpecified()

getCustomMappingEnabled

public boolean getCustomMappingEnabled()
Auto generated getter method

Returns:
boolean

setCustomMappingEnabled

public void setCustomMappingEnabled(boolean param)
Auto generated setter method

Parameters:
param - CustomMappingEnabled

isEventBuilderConfigNameSpecified

public boolean isEventBuilderConfigNameSpecified()

getEventBuilderConfigName

public String getEventBuilderConfigName()
Auto generated getter method

Returns:
java.lang.String

setEventBuilderConfigName

public void setEventBuilderConfigName(String param)
Auto generated setter method

Parameters:
param - EventBuilderConfigName

isEventBuilderMessagePropertiesSpecified

public boolean isEventBuilderMessagePropertiesSpecified()

getEventBuilderMessageProperties

public EventBuilderMessagePropertyDto[] getEventBuilderMessageProperties()
Auto generated getter method

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

validateEventBuilderMessageProperties

protected void validateEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
validate the array for EventBuilderMessageProperties


setEventBuilderMessageProperties

public void setEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
Auto generated setter method

Parameters:
param - EventBuilderMessageProperties

addEventBuilderMessageProperties

public void addEventBuilderMessageProperties(EventBuilderMessagePropertyDto param)
Auto generated add method for the array for convenience

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

isInputEventAdaptorNameSpecified

public boolean isInputEventAdaptorNameSpecified()

getInputEventAdaptorName

public String getInputEventAdaptorName()
Auto generated getter method

Returns:
java.lang.String

setInputEventAdaptorName

public void setInputEventAdaptorName(String param)
Auto generated setter method

Parameters:
param - InputEventAdaptorName

isInputEventAdaptorTypeSpecified

public boolean isInputEventAdaptorTypeSpecified()

getInputEventAdaptorType

public String getInputEventAdaptorType()
Auto generated getter method

Returns:
java.lang.String

setInputEventAdaptorType

public void setInputEventAdaptorType(String param)
Auto generated setter method

Parameters:
param - InputEventAdaptorType

isInputMappingTypeSpecified

public boolean isInputMappingTypeSpecified()

getInputMappingType

public String getInputMappingType()
Auto generated getter method

Returns:
java.lang.String

setInputMappingType

public void setInputMappingType(String param)
Auto generated setter method

Parameters:
param - InputMappingType

isMetaEventBuilderPropertiesSpecified

public boolean isMetaEventBuilderPropertiesSpecified()

getMetaEventBuilderProperties

public EventInputPropertyConfigurationDto[] getMetaEventBuilderProperties()
Auto generated getter method

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

validateMetaEventBuilderProperties

protected void validateMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
validate the array for MetaEventBuilderProperties


setMetaEventBuilderProperties

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

Parameters:
param - MetaEventBuilderProperties

addMetaEventBuilderProperties

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

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

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

isPayloadEventBuilderPropertiesSpecified

public boolean isPayloadEventBuilderPropertiesSpecified()

getPayloadEventBuilderProperties

public EventInputPropertyConfigurationDto[] getPayloadEventBuilderProperties()
Auto generated getter method

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

validatePayloadEventBuilderProperties

protected void validatePayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
validate the array for PayloadEventBuilderProperties


setPayloadEventBuilderProperties

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

Parameters:
param - PayloadEventBuilderProperties

addPayloadEventBuilderProperties

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

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

isStatisticsEnabledSpecified

public boolean isStatisticsEnabledSpecified()

getStatisticsEnabled

public boolean getStatisticsEnabled()
Auto generated getter method

Returns:
boolean

setStatisticsEnabled

public void setStatisticsEnabled(boolean param)
Auto generated setter method

Parameters:
param - StatisticsEnabled

isToStreamNameSpecified

public boolean isToStreamNameSpecified()

getToStreamName

public String getToStreamName()
Auto generated getter method

Returns:
java.lang.String

setToStreamName

public void setToStreamName(String param)
Auto generated setter method

Parameters:
param - ToStreamName

isToStreamVersionSpecified

public boolean isToStreamVersionSpecified()

getToStreamVersion

public String getToStreamVersion()
Auto generated getter method

Returns:
java.lang.String

setToStreamVersion

public void setToStreamVersion(String param)
Auto generated setter method

Parameters:
param - ToStreamVersion

isTraceEnabledSpecified

public boolean isTraceEnabledSpecified()

getTraceEnabled

public boolean getTraceEnabled()
Auto generated getter method

Returns:
boolean

setTraceEnabled

public void setTraceEnabled(boolean param)
Auto generated setter method

Parameters:
param - TraceEnabled

isXpathDefinitionsSpecified

public boolean isXpathDefinitionsSpecified()

getXpathDefinitions

public EventInputPropertyConfigurationDto[] getXpathDefinitions()
Auto generated getter method

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

validateXpathDefinitions

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


setXpathDefinitions

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

Parameters:
param - XpathDefinitions

addXpathDefinitions

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

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

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.