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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
categories |
protected Boolean |
causesJoin |
protected Boolean |
causesSplit |
protected String |
metaDataStaticKey |
protected Boolean |
processesResponse |
protected String |
returnType |
protected String |
xmlname |
_abstract, _extends, aliasId, allowAny, attributeCategoryOrRequiredSetAlternativesOrFixedAttribute, caption, category, connectivityTesting, connectivityTestingLabel, description, doNotInherit, embedIn, icon, image, localId, metaData, metaDataKeyDisplay, versions, wrapIn| Constructor and Description |
|---|
PatternType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAliasId, getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute, getCaption, getCategory, getConnectivityTesting, getConnectivityTestingLabel, getDescription, getDoNotInherit, getEmbedIn, getExtends, getIcon, getImage, getLocalId, getMetaData, getMetaDataKeyDisplay, getVersions, getWrapIn, isAbstract, isAllowAny, setAbstract, setAliasId, setAllowAny, setCaption, setCategory, setConnectivityTesting, setConnectivityTestingLabel, setDescription, setDoNotInherit, setEmbedIn, setExtends, setIcon, setImage, setLocalId, setMetaData, setMetaDataKeyDisplay, setVersions, setWrapInprotected Boolean causesSplit
protected Boolean processesResponse
protected Boolean causesJoin
protected String xmlname
protected String returnType
protected String metaDataStaticKey
protected String categories
public Boolean isCausesSplit()
Booleanpublic void setCausesSplit(Boolean value)
value - allowed object is
Booleanpublic Boolean isProcessesResponse()
Booleanpublic void setProcessesResponse(Boolean value)
value - allowed object is
Booleanpublic Boolean isCausesJoin()
Booleanpublic void setCausesJoin(Boolean value)
value - allowed object is
Booleanpublic String getXmlname()
Stringpublic void setXmlname(String value)
value - allowed object is
Stringpublic String getReturnType()
public void setReturnType(String returnType)
public String getMetaDataStaticKey()
public void setMetaDataStaticKey(String metaDataStaticKey)
public String getCategories()
public void setCategories(String categories)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.