|
||||||||||
| 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.SharedLibrary
public static class Jbi.SharedLibrary
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">
<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" type="{http://java.sun.com/xml/ns/jbi}Class-loader-delegation-type" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ClassLoaderDelegationType |
classLoaderDelegation
|
protected Identification |
identification
|
protected ClassPath |
sharedLibraryClassPath
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
Jbi.SharedLibrary()
|
|
| Method Summary | |
|---|---|
ClassLoaderDelegationType |
getClassLoaderDelegation()
Gets the value of the classLoaderDelegation property. |
Identification |
getIdentification()
Gets the value of the identification property. |
ClassPath |
getSharedLibraryClassPath()
Gets the value of the sharedLibraryClassPath property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setClassLoaderDelegation(ClassLoaderDelegationType value)
Sets the value of the classLoaderDelegation property. |
void |
setIdentification(Identification value)
Sets the value of the identification property. |
void |
setSharedLibraryClassPath(ClassPath value)
Sets the value of the sharedLibraryClassPath property. |
void |
setVersion(java.lang.String 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 Identification identification
protected ClassPath sharedLibraryClassPath
protected ClassLoaderDelegationType classLoaderDelegation
protected java.lang.String version
| Constructor Detail |
|---|
public Jbi.SharedLibrary()
| Method Detail |
|---|
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 ClassLoaderDelegationType getClassLoaderDelegation()
ClassLoaderDelegationTypepublic void setClassLoaderDelegation(ClassLoaderDelegationType value)
value - allowed object is
ClassLoaderDelegationTypepublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||