|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.component.framework.jbidescriptor.generated.Services
public class Services
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="provides" type="{http://java.sun.com/xml/ns/jbi}Provides" maxOccurs="unbounded" minOccurs="0"/>
<element name="consumes" type="{http://java.sun.com/xml/ns/jbi}Consumes" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="binding-component" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
bindingComponent
|
protected java.util.List<Consumes> |
consumes
|
protected java.util.List<Provides> |
provides
|
| Constructor Summary | |
|---|---|
Services()
|
|
| Method Summary | |
|---|---|
java.util.List<Consumes> |
getConsumes()
Gets the value of the consumes property. |
java.util.List<Provides> |
getProvides()
Gets the value of the provides property. |
boolean |
isBindingComponent()
Gets the value of the bindingComponent property. |
void |
setBindingComponent(boolean value)
Sets the value of the bindingComponent property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Provides> provides
protected java.util.List<Consumes> consumes
protected boolean bindingComponent
| Constructor Detail |
|---|
public Services()
| Method Detail |
|---|
public java.util.List<Provides> getProvides()
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 provides property.
For example, to add a new item, do as follows:
getProvides().add(newItem);
Objects of the following type(s) are allowed in the list
Provides
public java.util.List<Consumes> getConsumes()
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 consumes property.
For example, to add a new item, do as follows:
getConsumes().add(newItem);
Objects of the following type(s) are allowed in the list
Consumes
public boolean isBindingComponent()
public void setBindingComponent(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||