|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TbaseService
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.indexed.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Method Detail |
|---|
String getInterface()
Stringvoid setInterface(String value)
value - allowed object is
StringString getDependsOn()
Stringvoid setDependsOn(String value)
value - allowed object is
StringTserviceClassLoaderOptions getContextClassLoader()
TserviceClassLoaderOptionsvoid setContextClassLoader(TserviceClassLoaderOptions value)
value - allowed object is
TserviceClassLoaderOptionsTautoExportModes getAutoExport()
TautoExportModesvoid setAutoExport(TautoExportModes value)
value - allowed object is
TautoExportModes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||