public class EntityCommand extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jboss.org}attribute" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attribute |
protected String |
clazz |
| Constructor and Description |
|---|
EntityCommand() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttribute()
Gets the value of the attribute property.
|
String |
getClazz()
Gets the value of the clazz property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
public List<Attribute> getAttribute()
set method for the attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Attributepublic String getClazz()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.