|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.AttributeCategory
public class AttributeCategory
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>
| Field Summary | |
|---|---|
protected String |
caption
|
protected String |
description
|
protected List<Group> |
group
|
protected NewSimpleType |
mode
|
protected String |
versions
|
| Constructor Summary | |
|---|---|
AttributeCategory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Group> group
protected String caption
protected String description
protected String versions
protected NewSimpleType mode
| Constructor Detail |
|---|
public AttributeCategory()
| Method Detail |
|---|
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
Group
public 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
NewSimpleType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||