public class Attributes extends Object
Java class for Attributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attributes">
<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>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Attributes() |
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
GroupCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.