|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.GbeanType
public class GbeanType
Element used by the plugin system to list individual GBeans. Note that the name attribute for a gbean element may hold either the full GBeanName, or only the value for the "name=" portion of the GBeanName. If there are multiple GBeans in the module with manageable attributes and the same "name=" portion of the GBeanName, then all must be listed and all must be listed with a full GBeanName.
Java class for gbeanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gbeanType">
<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 maxOccurs="unbounded" minOccurs="0">
<element ref="{http://geronimo.apache.org/xml/ns/attributes-1.2}attribute"/>
<element name="reference" type="{http://geronimo.apache.org/xml/ns/attributes-1.2}referenceType"/>
</choice>
</sequence>
<attribute name="gbeanInfo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="load" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.io.Serializable> |
attributeOrReference
|
protected java.lang.String |
comment
|
protected java.lang.String |
gbeanInfo
|
protected java.lang.Boolean |
load
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
GbeanType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.io.Serializable> |
getAttributeOrReference()
Gets the value of the attributeOrReference property. |
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.String |
getGbeanInfo()
Gets the value of the gbeanInfo property. |
java.lang.String |
getName()
Gets the value of the name property. |
boolean |
isLoad()
Gets the value of the load property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setGbeanInfo(java.lang.String value)
Sets the value of the gbeanInfo property. |
void |
setLoad(java.lang.Boolean value)
Sets the value of the load property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String comment
protected java.util.List<java.io.Serializable> attributeOrReference
protected java.lang.String gbeanInfo
protected java.lang.Boolean load
protected java.lang.String name
| Constructor Detail |
|---|
public GbeanType()
| Method Detail |
|---|
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.io.Serializable> getAttributeOrReference()
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 attributeOrReference property.
For example, to add a new item, do as follows:
getAttributeOrReference().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceType
AttributeType
public java.lang.String getGbeanInfo()
Stringpublic void setGbeanInfo(java.lang.String value)
value - allowed object is
Stringpublic boolean isLoad()
Booleanpublic void setLoad(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||