org.ow2.petals.component.framework.jbidescriptor.generated
Class Services

java.lang.Object
  extended by org.ow2.petals.component.framework.jbidescriptor.generated.Services

public class Services
extends java.lang.Object

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

provides

protected java.util.List<Provides> provides

consumes

protected java.util.List<Consumes> consumes

bindingComponent

protected boolean bindingComponent
Constructor Detail

Services

public Services()
Method Detail

getProvides

public java.util.List<Provides> getProvides()
Gets the value of the provides property.

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


getConsumes

public java.util.List<Consumes> getConsumes()
Gets the value of the consumes property.

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


isBindingComponent

public boolean isBindingComponent()
Gets the value of the bindingComponent property.


setBindingComponent

public void setBindingComponent(boolean value)
Sets the value of the bindingComponent property.



Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.