|
|||||||||
| 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.ScopeType
public class ScopeType
Java class for ScopeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScopeType">
<complexContent>
<extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}AbstractElementType">
<attribute name="forcesResponce" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="scopeLabel" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
forcesResponce
|
protected String |
scopeLabel
|
| 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 | |
|---|---|
ScopeType()
|
|
| Method Summary | |
|---|---|
String |
getScopeLabel()
Gets the value of the scopeLabel property. |
Boolean |
isForcesResponce()
Gets the value of the forcesResponce property. |
void |
setForcesResponce(Boolean value)
Sets the value of the forcesResponce property. |
void |
setScopeLabel(String value)
Sets the value of the scopeLabel 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 forcesResponce
protected String scopeLabel
| Constructor Detail |
|---|
public ScopeType()
| Method Detail |
|---|
public Boolean isForcesResponce()
Booleanpublic void setForcesResponce(Boolean value)
value - allowed object is
Booleanpublic String getScopeLabel()
Stringpublic void setScopeLabel(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||