public class Jbi extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://java.sun.com/xml/ns/jbi}component"/>
<element ref="{http://java.sun.com/xml/ns/jbi}service-assembly"/>
<group ref="{http://java.sun.com/xml/ns/jbi}shared-library"/>
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Jbi.SharedLibrary
Classe Java pour anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Component |
component |
protected ServiceAssembly |
serviceAssembly |
protected Services |
services |
protected Jbi.SharedLibrary |
sharedLibrary |
protected BigDecimal |
version |
| Constructor and Description |
|---|
Jbi() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Obtient la valeur de la propriété component.
|
ServiceAssembly |
getServiceAssembly()
Obtient la valeur de la propriété serviceAssembly.
|
Services |
getServices()
Obtient la valeur de la propriété services.
|
Jbi.SharedLibrary |
getSharedLibrary()
Obtient la valeur de la propriété sharedLibrary.
|
BigDecimal |
getVersion()
Obtient la valeur de la propriété version.
|
void |
setComponent(Component value)
Définit la valeur de la propriété component.
|
void |
setServiceAssembly(ServiceAssembly value)
Définit la valeur de la propriété serviceAssembly.
|
void |
setServices(Services value)
Définit la valeur de la propriété services.
|
void |
setSharedLibrary(Jbi.SharedLibrary value)
Définit la valeur de la propriété sharedLibrary.
|
void |
setVersion(BigDecimal value)
Définit la valeur de la propriété version.
|
protected Component component
protected ServiceAssembly serviceAssembly
protected Jbi.SharedLibrary sharedLibrary
protected Services services
protected BigDecimal version
public Component getComponent()
Componentpublic void setComponent(Component value)
value - allowed object is
Componentpublic ServiceAssembly getServiceAssembly()
ServiceAssemblypublic void setServiceAssembly(ServiceAssembly value)
value - allowed object is
ServiceAssemblypublic Jbi.SharedLibrary getSharedLibrary()
Jbi.SharedLibrarypublic void setSharedLibrary(Jbi.SharedLibrary value)
value - allowed object is
Jbi.SharedLibrarypublic Services getServices()
Servicespublic void setServices(Services value)
value - allowed object is
Servicespublic BigDecimal getVersion()
BigDecimalpublic void setVersion(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2011-2016 OpenESB Community. All Rights Reserved.