|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginComponentType
public class ServerPluginComponentType
Java class for ServerPluginComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServerPluginComponentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="control" type="{urn:xmlns:rhq-serverplugin}ControlType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="class" use="required" type="{urn:xmlns:rhq-serverplugin}classNameType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
clazz
|
protected List<ControlType> |
control
|
| Constructor Summary | |
|---|---|
ServerPluginComponentType()
|
|
| Method Summary | |
|---|---|
String |
getClazz()
Gets the value of the clazz property. |
List<ControlType> |
getControl()
Gets the value of the control property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ControlType> control
protected String clazz
| Constructor Detail |
|---|
public ServerPluginComponentType()
| Method Detail |
|---|
public List<ControlType> getControl()
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 control property.
For example, to add a new item, do as follows:
getControl().add(newItem);
Objects of the following type(s) are allowed in the list
ControlType
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||