public class AttributeCategory extends BaseEditorElement
Java class for AttributeCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.mulesoft.org/schema/mule/tooling.attributes}group"/>
</sequence>
<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="versions" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mode" type="{http://www.mulesoft.org/schema/mule/tooling.attributes}NewSimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
caption |
protected String |
description |
protected List<Group> |
group |
protected NewSimpleType |
mode |
protected String |
versions |
| Constructor and Description |
|---|
AttributeCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Gets the value of the caption property.
|
String |
getDescription()
Gets the value of the description property.
|
List<Group> |
getGroup()
Gets the value of the group property.
|
NewSimpleType |
getMode()
Gets the value of the mode property.
|
String |
getVersions()
Gets the value of the versions property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMode(NewSimpleType value)
Sets the value of the mode property.
|
void |
setVersions(String value)
Sets the value of the versions property.
|
protected String caption
protected String description
protected String versions
protected NewSimpleType mode
public List<Group> getGroup()
set method for the group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Grouppublic 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 getVersions()
Stringpublic void setVersions(String value)
value - allowed object is
Stringpublic NewSimpleType getMode()
NewSimpleTypepublic void setMode(NewSimpleType value)
value - allowed object is
NewSimpleTypeCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.