public class EntityCommand
extends java.lang.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 java.util.List<Attribute> |
attribute |
protected java.lang.String |
clazz |
Constructor and Description |
---|
EntityCommand() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
getAttribute()
Gets the value of the attribute property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
protected java.util.List<Attribute> attribute
protected java.lang.String clazz
public java.util.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
Attribute
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String