org.ow2.petals.jbi.descriptor.original.generated
Class Jbi.SharedLibrary

java.lang.Object
  extended by org.ow2.petals.jbi.descriptor.original.generated.Jbi.SharedLibrary
Enclosing class:
Jbi

public static class Jbi.SharedLibrary
extends java.lang.Object

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

identification

protected Identification identification

sharedLibraryClassPath

protected ClassPath sharedLibraryClassPath

classLoaderDelegation

protected ClassLoaderDelegationType classLoaderDelegation

version

protected java.lang.String version
Constructor Detail

Jbi.SharedLibrary

public Jbi.SharedLibrary()
Method Detail

getIdentification

public Identification getIdentification()
Gets the value of the identification property.

Returns:
possible object is Identification

setIdentification

public void setIdentification(Identification value)
Sets the value of the identification property.

Parameters:
value - allowed object is Identification

getSharedLibraryClassPath

public ClassPath getSharedLibraryClassPath()
Gets the value of the sharedLibraryClassPath property.

Returns:
possible object is ClassPath

setSharedLibraryClassPath

public void setSharedLibraryClassPath(ClassPath value)
Sets the value of the sharedLibraryClassPath property.

Parameters:
value - allowed object is ClassPath

getClassLoaderDelegation

public ClassLoaderDelegationType getClassLoaderDelegation()
Gets the value of the classLoaderDelegation property.

Returns:
possible object is ClassLoaderDelegationType

setClassLoaderDelegation

public void setClassLoaderDelegation(ClassLoaderDelegationType value)
Sets the value of the classLoaderDelegation property.

Parameters:
value - allowed object is ClassLoaderDelegationType

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.