|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.ModuleType
public class ModuleType
Java class for moduleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="moduleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gbean" type="{http://geronimo.apache.org/xml/ns/attributes-1.2}gbeanType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="condition" 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 String |
comment
|
protected String |
condition
|
protected List<GbeanType> |
gbean
|
protected Boolean |
load
|
protected String |
name
|
| Constructor Summary | |
|---|---|
ModuleType()
|
|
| Method Summary | |
|---|---|
String |
getComment()
Gets the value of the comment property. |
String |
getCondition()
Gets the value of the condition property. |
List<GbeanType> |
getGbean()
Gets the value of the gbean property. |
String |
getName()
Gets the value of the name property. |
boolean |
isLoad()
Gets the value of the load property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setCondition(String value)
Sets the value of the condition property. |
void |
setLoad(Boolean value)
Sets the value of the load property. |
void |
setName(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 String comment
protected List<GbeanType> gbean
protected String condition
protected Boolean load
protected String name
| Constructor Detail |
|---|
public ModuleType()
| Method Detail |
|---|
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic List<GbeanType> getGbean()
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 gbean property.
For example, to add a new item, do as follows:
getGbean().add(newItem);
Objects of the following type(s) are allowed in the list
GbeanType
public String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
Stringpublic boolean isLoad()
Booleanpublic void setLoad(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||