net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi
Interface TbaseService

All Superinterfaces:
IdentifiedType
All Known Subinterfaces:
Tservice
All Known Implementing Classes:
TbaseServiceImpl, TserviceImpl

public interface TbaseService
extends IdentifiedType

Java class for TbaseService complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TbaseService">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <attribute name="interface" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="depends-on" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="context-class-loader" type="{http://www.springframework.org/schema/osgi}TserviceClassLoaderOptions" default="unmanaged" />
       <attribute name="auto-export" type="{http://www.springframework.org/schema/osgi}TautoExportModes" default="disabled" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 TautoExportModes getAutoExport()
          Gets the value of the autoExport property.
 TserviceClassLoaderOptions getContextClassLoader()
          Gets the value of the contextClassLoader property.
 String getDependsOn()
          Gets the value of the dependsOn property.
 String getInterface()
          Gets the value of the interface property.
 void setAutoExport(TautoExportModes value)
          Sets the value of the autoExport property.
 void setContextClassLoader(TserviceClassLoaderOptions value)
          Sets the value of the contextClassLoader property.
 void setDependsOn(String value)
          Sets the value of the dependsOn property.
 void setInterface(String value)
          Sets the value of the interface property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getInterface

String getInterface()
Gets the value of the interface property.

Returns:
possible object is String

setInterface

void setInterface(String value)
Sets the value of the interface property.

Parameters:
value - allowed object is String

getDependsOn

String getDependsOn()
Gets the value of the dependsOn property.

Returns:
possible object is String

setDependsOn

void setDependsOn(String value)
Sets the value of the dependsOn property.

Parameters:
value - allowed object is String

getContextClassLoader

TserviceClassLoaderOptions getContextClassLoader()
Gets the value of the contextClassLoader property.

Returns:
possible object is TserviceClassLoaderOptions

setContextClassLoader

void setContextClassLoader(TserviceClassLoaderOptions value)
Sets the value of the contextClassLoader property.

Parameters:
value - allowed object is TserviceClassLoaderOptions

getAutoExport

TautoExportModes getAutoExport()
Gets the value of the autoExport property.

Returns:
possible object is TautoExportModes

setAutoExport

void setAutoExport(TautoExportModes value)
Sets the value of the autoExport property.

Parameters:
value - allowed object is TautoExportModes


Copyright © 2009 The CC-XJC Community. All Rights Reserved.