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

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

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

DeployWso2EventBuilderConfiguration bean class

See Also:
Serialized Form

Nested Class Summary
static class DeployWso2EventBuilderConfiguration.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  EventInputPropertyConfigurationDto[] localCorrelationData
          field for CorrelationData This was an Array!
protected  boolean localCorrelationDataTracker
           
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  EventInputPropertyConfigurationDto[] localMetaData
          field for MetaData This was an Array!
protected  boolean localMetaDataTracker
           
protected  EventInputPropertyConfigurationDto[] localPayloadData
          field for PayloadData This was an Array!
protected  boolean localPayloadDataTracker
           
protected  String localStreamNameWithVersion
          field for StreamNameWithVersion
protected  boolean localStreamNameWithVersionTracker
           
static QName MY_QNAME
           
 
Constructor Summary
DeployWso2EventBuilderConfiguration()
           
 
Method Summary
 void addCorrelationData(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 void addInputPropertyConfiguration(PropertyDto param)
          Auto generated add method for the array for convenience
 void addMetaData(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 void addPayloadData(EventInputPropertyConfigurationDto param)
          Auto generated add method for the array for convenience
 EventInputPropertyConfigurationDto[] getCorrelationData()
          Auto generated getter method
 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
 EventInputPropertyConfigurationDto[] getMetaData()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 EventInputPropertyConfigurationDto[] getPayloadData()
          Auto generated getter method
 XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
 String getStreamNameWithVersion()
          Auto generated getter method
 boolean isCorrelationDataSpecified()
           
 boolean isEventAdaptorNameSpecified()
           
 boolean isEventAdaptorTypeSpecified()
           
 boolean isEventBuilderNameSpecified()
           
 boolean isInputPropertyConfigurationSpecified()
           
 boolean isMappingEnabledSpecified()
           
 boolean isMetaDataSpecified()
           
 boolean isPayloadDataSpecified()
           
 boolean isStreamNameWithVersionSpecified()
           
 void serialize(QName parentQName, XMLStreamWriter xmlWriter)
           
 void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
           
 void setCorrelationData(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
 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 setMetaData(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
 void setPayloadData(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
 void setStreamNameWithVersion(String param)
          Auto generated setter method
protected  void validateCorrelationData(EventInputPropertyConfigurationDto[] param)
          validate the array for CorrelationData
protected  void validateInputPropertyConfiguration(PropertyDto[] param)
          validate the array for InputPropertyConfiguration
protected  void validateMetaData(EventInputPropertyConfigurationDto[] param)
          validate the array for MetaData
protected  void validatePayloadData(EventInputPropertyConfigurationDto[] param)
          validate the array for PayloadData
 
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

localMetaData

protected EventInputPropertyConfigurationDto[] localMetaData
field for MetaData This was an Array!


localMetaDataTracker

protected boolean localMetaDataTracker

localCorrelationData

protected EventInputPropertyConfigurationDto[] localCorrelationData
field for CorrelationData This was an Array!


localCorrelationDataTracker

protected boolean localCorrelationDataTracker

localPayloadData

protected EventInputPropertyConfigurationDto[] localPayloadData
field for PayloadData This was an Array!


localPayloadDataTracker

protected boolean localPayloadDataTracker

localInputPropertyConfiguration

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


localInputPropertyConfigurationTracker

protected boolean localInputPropertyConfigurationTracker

localMappingEnabled

protected boolean localMappingEnabled
field for MappingEnabled


localMappingEnabledTracker

protected boolean localMappingEnabledTracker
Constructor Detail

DeployWso2EventBuilderConfiguration

public DeployWso2EventBuilderConfiguration()
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

isMetaDataSpecified

public boolean isMetaDataSpecified()

getMetaData

public EventInputPropertyConfigurationDto[] getMetaData()
Auto generated getter method

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

validateMetaData

protected void validateMetaData(EventInputPropertyConfigurationDto[] param)
validate the array for MetaData


setMetaData

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

Parameters:
param - MetaData

addMetaData

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

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

isCorrelationDataSpecified

public boolean isCorrelationDataSpecified()

getCorrelationData

public EventInputPropertyConfigurationDto[] getCorrelationData()
Auto generated getter method

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

validateCorrelationData

protected void validateCorrelationData(EventInputPropertyConfigurationDto[] param)
validate the array for CorrelationData


setCorrelationData

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

Parameters:
param - CorrelationData

addCorrelationData

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

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

isPayloadDataSpecified

public boolean isPayloadDataSpecified()

getPayloadData

public EventInputPropertyConfigurationDto[] getPayloadData()
Auto generated getter method

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

validatePayloadData

protected void validatePayloadData(EventInputPropertyConfigurationDto[] param)
validate the array for PayloadData


setPayloadData

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

Parameters:
param - PayloadData

addPayloadData

public void addPayloadData(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

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.