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

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

public class Jbi
extends 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">
       <choice>
         <element name="component" type="{http://java.sun.com/xml/ns/jbi}Component"/>
         <element ref="{http://java.sun.com/xml/ns/jbi}services"/>
       </choice>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Component component
           
protected  Services services
           
protected  BigDecimal version
           
 
Constructor Summary
Jbi()
           
 
Method Summary
 Component getComponent()
          Gets the value of the component property.
 Services getServices()
          Gets the value of the services property.
 BigDecimal getVersion()
          Gets the value of the version property.
 void setComponent(Component value)
          Sets the value of the component property.
 void setServices(Services value)
          Sets the value of the services property.
 void setVersion(BigDecimal value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

protected Component component

services

protected Services services

version

protected BigDecimal version
Constructor Detail

Jbi

public Jbi()
Method Detail

getComponent

public Component getComponent()
Gets the value of the component property.

Returns:
possible object is Component

setComponent

public void setComponent(Component value)
Sets the value of the component property.

Parameters:
value - allowed object is Component

getServices

public Services getServices()
Gets the value of the services property.

Returns:
possible object is Services

setServices

public void setServices(Services value)
Sets the value of the services property.

Parameters:
value - allowed object is Services

getVersion

public BigDecimal getVersion()
Gets the value of the version property.

Returns:
possible object is BigDecimal

setVersion

public void setVersion(BigDecimal value)
Sets the value of the version property.

Parameters:
value - allowed object is BigDecimal


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