|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.AbstractElementType
public class AbstractElementType
Java class for AbstractElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}attribute-category"/>
<element name="required-set-alternatives" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AlternativesType"/>
<element name="fixedAttribute" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}FixedAttributeType"/>
<element name="alwaysAdd" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}AlwaysAdd"/>
<element name="wrap-in-attrs" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}Attributes"/>
</choice>
</sequence>
<attribute name="wrapIn" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="allowAny" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="versions" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="aliasId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="caption" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="localId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="doNotInherit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="embedIn" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="image" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_abstract
|
protected String |
_extends
|
protected String |
aliasId
|
protected Boolean |
allowAny
|
protected List<Object> |
attributeCategoryOrRequiredSetAlternativesOrFixedAttribute
|
protected String |
caption
|
protected String |
category
|
protected String |
connectivityTesting
|
protected String |
description
|
protected String |
doNotInherit
|
protected String |
embedIn
|
protected String |
icon
|
protected String |
image
|
protected String |
localId
|
protected String |
metaData
|
protected String |
versions
|
protected String |
wrapIn
|
| Constructor Summary | |
|---|---|
AbstractElementType()
|
|
| Method Summary | |
|---|---|
String |
getAliasId()
Gets the value of the aliasId property. |
List<Object> |
getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute()
Gets the value of the attributeCategoryOrRequiredSetAlternativesOrFixedAttribute property. |
String |
getCaption()
Gets the value of the caption property. |
String |
getCategory()
Gets the value of the category property. |
String |
getConnectivityTesting()
Gets the value of the connectivityTesting property. |
String |
getDescription()
Gets the value of the description property. |
String |
getDoNotInherit()
Gets the value of the doNotInherit property. |
String |
getEmbedIn()
Gets the value of the embedIn property. |
String |
getExtends()
Gets the value of the extends property. |
String |
getIcon()
Gets the value of the icon property. |
String |
getImage()
Gets the value of the image property. |
String |
getLocalId()
Gets the value of the localId property. |
String |
getMetaData()
Gets the value of the metaData property. |
String |
getVersions()
Gets the value of the versions property. |
String |
getWrapIn()
Gets the value of the wrapIn property. |
Boolean |
isAbstract()
Gets the value of the abstract property. |
Boolean |
isAllowAny()
Gets the value of the allowAny property. |
void |
setAbstract(Boolean value)
Sets the value of the abstract property. |
void |
setAliasId(String value)
Sets the value of the aliasId property. |
void |
setAllowAny(Boolean value)
Sets the value of the allowAny property. |
void |
setCaption(String value)
Sets the value of the caption property. |
void |
setCategory(String value)
Sets the value of the category property. |
void |
setConnectivityTesting(String value)
Sets the value of the connectivityTesting property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDoNotInherit(String value)
Sets the value of the doNotInherit property. |
void |
setEmbedIn(String value)
Sets the value of the embedIn property. |
void |
setExtends(String value)
Sets the value of the extends property. |
void |
setIcon(String value)
Sets the value of the icon property. |
void |
setImage(String value)
Sets the value of the image property. |
void |
setLocalId(String value)
Sets the value of the localId property. |
void |
setMetaData(String metaData)
Sets the value of the metaData property. |
void |
setVersions(String value)
Sets the value of the versions property. |
void |
setWrapIn(String value)
Sets the value of the wrapIn property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> attributeCategoryOrRequiredSetAlternativesOrFixedAttribute
protected String wrapIn
protected Boolean allowAny
protected String versions
protected String aliasId
protected String caption
protected String description
protected String icon
protected String localId
protected String doNotInherit
protected String embedIn
protected String image
protected String category
protected Boolean _abstract
protected String _extends
protected String connectivityTesting
protected String metaData
| Constructor Detail |
|---|
public AbstractElementType()
| Method Detail |
|---|
public List<Object> getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute()
set method for the attributeCategoryOrRequiredSetAlternativesOrFixedAttribute property.
For example, to add a new item, do as follows:
getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Attributes
FixedAttributeType
AlwaysAdd
AlternativesType
AttributeCategory
public String getWrapIn()
Stringpublic void setWrapIn(String value)
value - allowed object is
Stringpublic Boolean isAllowAny()
Booleanpublic void setAllowAny(Boolean value)
value - allowed object is
Booleanpublic String getVersions()
Stringpublic void setVersions(String value)
value - allowed object is
Stringpublic String getAliasId()
Stringpublic void setAliasId(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getIcon()
Stringpublic void setIcon(String value)
value - allowed object is
Stringpublic String getLocalId()
Stringpublic void setLocalId(String value)
value - allowed object is
Stringpublic String getDoNotInherit()
Stringpublic void setDoNotInherit(String value)
value - allowed object is
Stringpublic String getEmbedIn()
Stringpublic void setEmbedIn(String value)
value - allowed object is
Stringpublic String getImage()
Stringpublic void setImage(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic Boolean isAbstract()
Booleanpublic void setAbstract(Boolean value)
value - allowed object is
Booleanpublic String getExtends()
Stringpublic void setExtends(String value)
value - allowed object is
Stringpublic String getConnectivityTesting()
Stringpublic void setConnectivityTesting(String value)
value - allowed object is
Stringpublic String getMetaData()
Stringpublic void setMetaData(String metaData)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||