net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi
Class TbaseService

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TbaseService
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Tservice

public class TbaseService
extends IdentifiedType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String _interface
           
protected  TautoExportModes autoExport
           
protected  TserviceClassLoaderOptions contextClassLoader
           
protected  String dependsOn
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
TbaseService()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TbaseService instance.
TbaseService(TbaseService o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.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.prot.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

_interface

protected String _interface

dependsOn

protected String dependsOn

contextClassLoader

protected TserviceClassLoaderOptions contextClassLoader

autoExport

protected TautoExportModes autoExport
Constructor Detail

TbaseService

public TbaseService()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TbaseService instance.


TbaseService

public TbaseService(TbaseService o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TbaseService instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getInterface

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

Returns:
possible object is String

setInterface

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

Parameters:
value - allowed object is String

getDependsOn

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

Returns:
possible object is String

setDependsOn

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

Parameters:
value - allowed object is String

getContextClassLoader

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

Returns:
possible object is TserviceClassLoaderOptions

setContextClassLoader

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

Parameters:
value - allowed object is TserviceClassLoaderOptions

getAutoExport

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

Returns:
possible object is TautoExportModes

setAutoExport

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

Parameters:
value - allowed object is TautoExportModes

clone

public TbaseService clone()
Creates and returns a copy of this object.

Specified by:
clone in class IdentifiedType
Returns:
A clone of this instance.


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