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