|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.frascati.remote.introspection.resources.Node
org.ow2.frascati.remote.introspection.resources.Component
public class Component
Java class for Component complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component">
<complexContent>
<extension base="{http://resources.introspection.remote.frascati.ow2.org}Node">
<sequence>
<element name="component" type="{http://resources.introspection.remote.frascati.ow2.org}Component" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{http://resources.introspection.remote.frascati.ow2.org}Property" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference" type="{http://resources.introspection.remote.frascati.ow2.org}Port" maxOccurs="unbounded" minOccurs="0"/>
<element name="service" type="{http://resources.introspection.remote.frascati.ow2.org}Port" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="status" use="required" type="{http://resources.introspection.remote.frascati.ow2.org}ComponentStatus" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Component> |
components
|
protected List<Property> |
properties
|
protected List<Port> |
references
|
protected List<Port> |
services
|
protected ComponentStatus |
status
|
| Fields inherited from class org.ow2.frascati.remote.introspection.resources.Node |
|---|
name |
| Constructor Summary | |
|---|---|
Component()
|
|
| Method Summary | |
|---|---|
List<Component> |
getComponents()
Gets the value of the components property. |
List<Property> |
getProperties()
Gets the value of the properties property. |
List<Port> |
getReferences()
Gets the value of the references property. |
List<Port> |
getServices()
Gets the value of the services property. |
ComponentStatus |
getStatus()
Gets the value of the status property. |
void |
setStatus(ComponentStatus value)
Sets the value of the status property. |
String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class org.ow2.frascati.remote.introspection.resources.Node |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Component> components
protected List<Property> properties
protected List<Port> references
protected List<Port> services
protected ComponentStatus status
| Constructor Detail |
|---|
public Component()
| Method Detail |
|---|
public List<Component> getComponents()
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 components property.
For example, to add a new item, do as follows:
getComponents().add(newItem);
Objects of the following type(s) are allowed in the list
Component
public List<Property> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public List<Port> getReferences()
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 references property.
For example, to add a new item, do as follows:
getReferences().add(newItem);
Objects of the following type(s) are allowed in the list
Port
public List<Port> getServices()
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 services property.
For example, to add a new item, do as follows:
getServices().add(newItem);
Objects of the following type(s) are allowed in the list
Port
public ComponentStatus getStatus()
ComponentStatuspublic void setStatus(ComponentStatus value)
value - allowed object is
ComponentStatuspublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class Nodepublic String toString()
toString in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||