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

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

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

DeployTextEventBuilderConfiguration bean class

See Also:
Serialized Form

Nested Class Summary
static class DeployTextEventBuilderConfiguration.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 localStreamNameWithVersion
          field for StreamNameWithVersion
protected  boolean localStreamNameWithVersionTracker
           
protected  EventInputPropertyConfigurationDto[] localTextMappingAttributes
          field for TextMappingAttributes This was an Array!
protected  boolean localTextMappingAttributesTracker
           
static QName MY_QNAME
           
 
Constructor Summary
DeployTextEventBuilderConfiguration()
           
 
Method Summary
 void addInputPropertyConfiguration(PropertyDto param)
          Auto generated add method for the array for convenience
 void addTextMappingAttributes(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)
           
 XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
 String getStreamNameWithVersion()
          Auto generated getter method
 EventInputPropertyConfigurationDto[] getTextMappingAttributes()
          Auto generated getter method
 boolean isEventAdaptorNameSpecified()
           
 boolean isEventAdaptorTypeSpecified()
           
 boolean isEventBuilderNameSpecified()
           
 boolean isInputPropertyConfigurationSpecified()
           
 boolean isMappingEnabledSpecified()
           
 boolean isStreamNameWithVersionSpecified()
           
 boolean isTextMappingAttributesSpecified()
           
 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 setStreamNameWithVersion(String param)
          Auto generated setter method
 void setTextMappingAttributes(EventInputPropertyConfigurationDto[] param)
          Auto generated setter method
protected  void validateInputPropertyConfiguration(PropertyDto[] param)
          validate the array for InputPropertyConfiguration
protected  void validateTextMappingAttributes(EventInputPropertyConfigurationDto[] param)
          validate the array for TextMappingAttributes
 
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

localTextMappingAttributes

protected EventInputPropertyConfigurationDto[] localTextMappingAttributes
field for TextMappingAttributes This was an Array!


localTextMappingAttributesTracker

protected boolean localTextMappingAttributesTracker

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

DeployTextEventBuilderConfiguration

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

isTextMappingAttributesSpecified

public boolean isTextMappingAttributesSpecified()

getTextMappingAttributes

public EventInputPropertyConfigurationDto[] getTextMappingAttributes()
Auto generated getter method

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

validateTextMappingAttributes

protected void validateTextMappingAttributes(EventInputPropertyConfigurationDto[] param)
validate the array for TextMappingAttributes


setTextMappingAttributes

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

Parameters:
param - TextMappingAttributes

addTextMappingAttributes

public void addTextMappingAttributes(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.