org.mule.devkit.model.studio
Class PatternType

java.lang.Object
  extended by org.mule.devkit.model.studio.AbstractElementType
      extended by org.mule.devkit.model.studio.PatternType

public class PatternType
extends AbstractElementType

Java class for PatternType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PatternType">
   <complexContent>
     <extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AbstractElementType">
       <attribute name="causesSplit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="processesResponse" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="causesJoin" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="xmlname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="metaDataStaticKey" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="categories" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String categories
           
protected  Boolean causesJoin
           
protected  Boolean causesSplit
           
protected  String metaDataStaticKey
           
protected  Boolean processesResponse
           
protected  String returnType
           
protected  String xmlname
           
 
Fields inherited from class org.mule.devkit.model.studio.AbstractElementType
_abstract, _extends, aliasId, allowAny, attributeCategoryOrRequiredSetAlternativesOrFixedAttribute, caption, category, connectivityTesting, description, doNotInherit, embedIn, icon, image, localId, metaData, versions, wrapIn
 
Constructor Summary
PatternType()
           
 
Method Summary
 String getCategories()
           
 String getMetaDataStaticKey()
           
 String getReturnType()
           
 String getXmlname()
          Gets the value of the xmlname property.
 Boolean isCausesJoin()
          Gets the value of the causesJoin property.
 Boolean isCausesSplit()
          Gets the value of the causesSplit property.
 Boolean isProcessesResponse()
          Gets the value of the processesResponse property.
 void setCategories(String categories)
           
 void setCausesJoin(Boolean value)
          Sets the value of the causesJoin property.
 void setCausesSplit(Boolean value)
          Sets the value of the causesSplit property.
 void setMetaDataStaticKey(String metaDataStaticKey)
           
 void setProcessesResponse(Boolean value)
          Sets the value of the processesResponse property.
 void setReturnType(String returnType)
           
 void setXmlname(String value)
          Sets the value of the xmlname property.
 
Methods inherited from class org.mule.devkit.model.studio.AbstractElementType
getAliasId, getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute, getCaption, getCategory, getConnectivityTesting, getDescription, getDoNotInherit, getEmbedIn, getExtends, getIcon, getImage, getLocalId, getMetaData, getVersions, getWrapIn, isAbstract, isAllowAny, setAbstract, setAliasId, setAllowAny, setCaption, setCategory, setConnectivityTesting, setDescription, setDoNotInherit, setEmbedIn, setExtends, setIcon, setImage, setLocalId, setMetaData, setVersions, setWrapIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

causesSplit

protected Boolean causesSplit

processesResponse

protected Boolean processesResponse

causesJoin

protected Boolean causesJoin

xmlname

protected String xmlname

returnType

protected String returnType

metaDataStaticKey

protected String metaDataStaticKey

categories

protected String categories
Constructor Detail

PatternType

public PatternType()
Method Detail

isCausesSplit

public Boolean isCausesSplit()
Gets the value of the causesSplit property.

Returns:
possible object is Boolean

setCausesSplit

public void setCausesSplit(Boolean value)
Sets the value of the causesSplit property.

Parameters:
value - allowed object is Boolean

isProcessesResponse

public Boolean isProcessesResponse()
Gets the value of the processesResponse property.

Returns:
possible object is Boolean

setProcessesResponse

public void setProcessesResponse(Boolean value)
Sets the value of the processesResponse property.

Parameters:
value - allowed object is Boolean

isCausesJoin

public Boolean isCausesJoin()
Gets the value of the causesJoin property.

Returns:
possible object is Boolean

setCausesJoin

public void setCausesJoin(Boolean value)
Sets the value of the causesJoin property.

Parameters:
value - allowed object is Boolean

getXmlname

public String getXmlname()
Gets the value of the xmlname property.

Returns:
possible object is String

setXmlname

public void setXmlname(String value)
Sets the value of the xmlname property.

Parameters:
value - allowed object is String

getReturnType

public String getReturnType()

setReturnType

public void setReturnType(String returnType)

getMetaDataStaticKey

public String getMetaDataStaticKey()

setMetaDataStaticKey

public void setMetaDataStaticKey(String metaDataStaticKey)

getCategories

public String getCategories()

setCategories

public void setCategories(String categories)


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.