public class ScopeType extends AbstractElementType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
forcesResponce |
protected String |
scopeLabel |
_abstract, _extends, aliasId, allowAny, attributeCategoryOrRequiredSetAlternativesOrFixedAttribute, caption, category, connectivityTesting, connectivityTestingLabel, description, doNotInherit, embedIn, icon, image, keywords, localId, metaData, metaDataKeyDisplay, supportsUserDefinedMetaData, versions, wrapIn| Constructor and Description |
|---|
ScopeType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAliasId, getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute, getCaption, getCategory, getConnectivityTesting, getConnectivityTestingLabel, getDescription, getDoNotInherit, getEmbedIn, getExtends, getIcon, getImage, getKeywords, getLocalId, getMetaData, getMetaDataKeyDisplay, getVersions, getWrapIn, isAbstract, isAllowAny, isSupportsUserDefinedMetaData, setAbstract, setAliasId, setAllowAny, setCaption, setCategory, setConnectivityTesting, setConnectivityTestingLabel, setDescription, setDoNotInherit, setEmbedIn, setExtends, setIcon, setImage, setKeywords, setLocalId, setMetaData, setMetaDataKeyDisplay, setSupportsUserDefinedMetaData, setVersions, setWrapInpublic Boolean isForcesResponce()
Booleanpublic void setForcesResponce(Boolean value)
value - allowed object is
Booleanpublic String getScopeLabel()
StringCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.