org.ow2.petals.jbi.descriptor.original.generated
Class Jbi

java.lang.Object
  extended by org.ow2.petals.jbi.descriptor.original.generated.Jbi

public class Jbi
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">
       <choice>
         <element ref="{http://java.sun.com/xml/ns/jbi}component"/>
         <group ref="{http://java.sun.com/xml/ns/jbi}shared-library"/>
         <element ref="{http://java.sun.com/xml/ns/jbi}service-assembly"/>
         <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>
 


Nested Class Summary
static class Jbi.SharedLibrary
          Java class for anonymous complex type.
 
Field Summary
protected  Component component
           
protected  ServiceAssembly serviceAssembly
           
protected  Services services
           
protected  Jbi.SharedLibrary sharedLibrary
           
protected  java.math.BigDecimal version
           
 
Constructor Summary
Jbi()
           
 
Method Summary
 Component getComponent()
          Gets the value of the component property.
 ServiceAssembly getServiceAssembly()
          Gets the value of the serviceAssembly property.
 Services getServices()
          Gets the value of the services property.
 Jbi.SharedLibrary getSharedLibrary()
          Gets the value of the sharedLibrary property.
 java.math.BigDecimal getVersion()
          Gets the value of the version property.
 void setComponent(Component value)
          Sets the value of the component property.
 void setServiceAssembly(ServiceAssembly value)
          Sets the value of the serviceAssembly property.
 void setServices(Services value)
          Sets the value of the services property.
 void setSharedLibrary(Jbi.SharedLibrary value)
          Sets the value of the sharedLibrary property.
 void setVersion(java.math.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

sharedLibrary

protected Jbi.SharedLibrary sharedLibrary

serviceAssembly

protected ServiceAssembly serviceAssembly

services

protected Services services

version

protected java.math.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

getSharedLibrary

public Jbi.SharedLibrary getSharedLibrary()
Gets the value of the sharedLibrary property.

Returns:
possible object is Jbi.SharedLibrary

setSharedLibrary

public void setSharedLibrary(Jbi.SharedLibrary value)
Sets the value of the sharedLibrary property.

Parameters:
value - allowed object is Jbi.SharedLibrary

getServiceAssembly

public ServiceAssembly getServiceAssembly()
Gets the value of the serviceAssembly property.

Returns:
possible object is ServiceAssembly

setServiceAssembly

public void setServiceAssembly(ServiceAssembly value)
Sets the value of the serviceAssembly property.

Parameters:
value - allowed object is ServiceAssembly

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 java.math.BigDecimal getVersion()
Gets the value of the version property.

Returns:
possible object is BigDecimal

setVersion

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

Parameters:
value - allowed object is BigDecimal


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