|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.AbstractElementType
org.mule.devkit.model.studio.PatternType
public class PatternType
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 |
|---|
protected Boolean causesSplit
protected Boolean processesResponse
protected Boolean causesJoin
protected String xmlname
protected String returnType
protected String metaDataStaticKey
protected String categories
| Constructor Detail |
|---|
public PatternType()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||