|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.jbi.descriptor.original.generated.Jbi
public class Jbi
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 |
|---|
protected Component component
protected Jbi.SharedLibrary sharedLibrary
protected ServiceAssembly serviceAssembly
protected Services services
protected java.math.BigDecimal version
| Constructor Detail |
|---|
public Jbi()
| Method Detail |
|---|
public Component getComponent()
Componentpublic void setComponent(Component value)
value - allowed object is
Componentpublic Jbi.SharedLibrary getSharedLibrary()
Jbi.SharedLibrarypublic void setSharedLibrary(Jbi.SharedLibrary value)
value - allowed object is
Jbi.SharedLibrarypublic ServiceAssembly getServiceAssembly()
ServiceAssemblypublic void setServiceAssembly(ServiceAssembly value)
value - allowed object is
ServiceAssemblypublic Services getServices()
Servicespublic void setServices(Services value)
value - allowed object is
Servicespublic java.math.BigDecimal getVersion()
BigDecimalpublic void setVersion(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||