org.mule.devkit.model.studio
Class ScopeType

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

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>
 


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

forcesResponce

protected Boolean forcesResponce

scopeLabel

protected String scopeLabel
Constructor Detail

ScopeType

public ScopeType()
Method Detail

isForcesResponce

public Boolean isForcesResponce()
Gets the value of the forcesResponce property.

Returns:
possible object is Boolean

setForcesResponce

public void setForcesResponce(Boolean value)
Sets the value of the forcesResponce property.

Parameters:
value - allowed object is Boolean

getScopeLabel

public String getScopeLabel()
Gets the value of the scopeLabel property.

Returns:
possible object is String

setScopeLabel

public void setScopeLabel(String value)
Sets the value of the scopeLabel property.

Parameters:
value - allowed object is String


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