public static class Jbi.SharedLibrary 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">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jbi}identification"/>
<element ref="{http://java.sun.com/xml/ns/jbi}shared-library-class-path"/>
</sequence>
<attribute name="class-loader-delegation">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="parent-first"/>
<enumeration value="self-first"/>
</restriction>
</simpleType>
</attribute>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classLoaderDelegation |
protected Identification |
identification |
protected ClassPath |
sharedLibraryClassPath |
protected String |
version |
| Constructor and Description |
|---|
Jbi.SharedLibrary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassLoaderDelegation()
Obtient la valeur de la propriété classLoaderDelegation.
|
Identification |
getIdentification()
Obtient la valeur de la propriété identification.
|
ClassPath |
getSharedLibraryClassPath()
Obtient la valeur de la propriété sharedLibraryClassPath.
|
String |
getVersion()
Obtient la valeur de la propriété version.
|
void |
setClassLoaderDelegation(String value)
Définit la valeur de la propriété classLoaderDelegation.
|
void |
setIdentification(Identification value)
Définit la valeur de la propriété identification.
|
void |
setSharedLibraryClassPath(ClassPath value)
Définit la valeur de la propriété sharedLibraryClassPath.
|
void |
setVersion(String value)
Définit la valeur de la propriété version.
|
protected Identification identification
protected ClassPath sharedLibraryClassPath
protected String classLoaderDelegation
protected String version
public Identification getIdentification()
Identificationpublic void setIdentification(Identification value)
value - allowed object is
Identificationpublic ClassPath getSharedLibraryClassPath()
ClassPathpublic void setSharedLibraryClassPath(ClassPath value)
value - allowed object is
ClassPathpublic String getClassLoaderDelegation()
Stringpublic void setClassLoaderDelegation(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.