|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.AttributesType
public class AttributesType
Java class for attributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<element name="module" type="{http://geronimo.apache.org/xml/ns/attributes-1.2}moduleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="configuration" type="{http://geronimo.apache.org/xml/ns/attributes-1.2}moduleType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
comment
|
protected List<ModuleType> |
configuration
|
protected List<ModuleType> |
module
|
| Constructor Summary | |
|---|---|
AttributesType()
|
|
| Method Summary | |
|---|---|
String |
getComment()
Gets the value of the comment property. |
List<ModuleType> |
getConfiguration()
Gets the value of the configuration property. |
List<ModuleType> |
getModule()
Gets the value of the module property. |
void |
setComment(String value)
Sets the value of the comment property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String comment
protected List<ModuleType> module
protected List<ModuleType> configuration
| Constructor Detail |
|---|
public AttributesType()
| Method Detail |
|---|
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic List<ModuleType> getModule()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the module property.
For example, to add a new item, do as follows:
getModule().add(newItem);
Objects of the following type(s) are allowed in the list
ModuleType
public List<ModuleType> getConfiguration()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the configuration property.
For example, to add a new item, do as follows:
getConfiguration().add(newItem);
Objects of the following type(s) are allowed in the list
ModuleType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||