|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TbaseService
public class 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>
| Field Summary | |
|---|---|
protected String |
_interface
|
protected TautoExportModes |
autoExport
|
protected TserviceClassLoaderOptions |
contextClassLoader
|
protected String |
dependsOn
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
TbaseService()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TbaseService instance. |
|
TbaseService(TbaseService o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TbaseService instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TbaseService |
clone()
Creates and returns a copy of this object. |
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 class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _interface
protected String dependsOn
protected TserviceClassLoaderOptions contextClassLoader
protected TautoExportModes autoExport
| Constructor Detail |
|---|
public TbaseService()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TbaseService instance.
public TbaseService(TbaseService o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.osgi.TbaseService instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getInterface()
Stringpublic void setInterface(String value)
value - allowed object is
Stringpublic String getDependsOn()
Stringpublic void setDependsOn(String value)
value - allowed object is
Stringpublic TserviceClassLoaderOptions getContextClassLoader()
TserviceClassLoaderOptionspublic void setContextClassLoader(TserviceClassLoaderOptions value)
value - allowed object is
TserviceClassLoaderOptionspublic TautoExportModes getAutoExport()
TautoExportModespublic void setAutoExport(TautoExportModes value)
value - allowed object is
TautoExportModespublic TbaseService clone()
clone in class IdentifiedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||