net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi
Class Tbundle

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.Tbundle
All Implemented Interfaces:
Serializable, Cloneable

public class Tbundle
extends IdentifiedType
implements Serializable, Cloneable

Java class for Tbundle complex type.

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

 <complexType name="Tbundle">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <sequence minOccurs="0">
         <any processContents='lax' namespace='##other'/>
       </sequence>
       <attribute name="symbolic-name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="depends-on" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="action" type="{http://www.springframework.org/schema/osgi}TbundleAction" />
       <attribute name="destroy-action" type="{http://www.springframework.org/schema/osgi}TbundleAction" />
       <attribute name="start-level" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  TbundleAction action
           
protected  Object any
           
protected  String dependsOn
           
protected  TbundleAction destroyAction
           
protected  String location
           
protected  Integer startLevel
           
protected  String symbolicName
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
Tbundle()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.Tbundle instance.
Tbundle(Tbundle o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.Tbundle instance by copying a given instance.
 
Method Summary
 Tbundle clone()
          Creates and returns a copy of this object.
 TbundleAction getAction()
          Gets the value of the action property.
 Object getAny()
          Gets the value of the any property.
 String getDependsOn()
          Gets the value of the dependsOn property.
 TbundleAction getDestroyAction()
          Gets the value of the destroyAction property.
 String getLocation()
          Gets the value of the location property.
 int getStartLevel()
          Gets the value of the startLevel property.
 String getSymbolicName()
          Gets the value of the symbolicName property.
 void setAction(TbundleAction value)
          Sets the value of the action property.
 void setAny(Object value)
          Sets the value of the any property.
 void setDependsOn(String value)
          Sets the value of the dependsOn property.
 void setDestroyAction(TbundleAction value)
          Sets the value of the destroyAction property.
 void setLocation(String value)
          Sets the value of the location property.
 void setStartLevel(Integer value)
          Sets the value of the startLevel property.
 void setSymbolicName(String value)
          Sets the value of the symbolicName property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.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

any

protected Object any

symbolicName

protected String symbolicName

dependsOn

protected String dependsOn

location

protected String location

action

protected TbundleAction action

destroyAction

protected TbundleAction destroyAction

startLevel

protected Integer startLevel
Constructor Detail

Tbundle

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


Tbundle

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

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

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

getSymbolicName

public String getSymbolicName()
Gets the value of the symbolicName property.

Returns:
possible object is String

setSymbolicName

public void setSymbolicName(String value)
Sets the value of the symbolicName 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

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getAction

public TbundleAction getAction()
Gets the value of the action property.

Returns:
possible object is TbundleAction

setAction

public void setAction(TbundleAction value)
Sets the value of the action property.

Parameters:
value - allowed object is TbundleAction

getDestroyAction

public TbundleAction getDestroyAction()
Gets the value of the destroyAction property.

Returns:
possible object is TbundleAction

setDestroyAction

public void setDestroyAction(TbundleAction value)
Sets the value of the destroyAction property.

Parameters:
value - allowed object is TbundleAction

getStartLevel

public int getStartLevel()
Gets the value of the startLevel property.

Returns:
possible object is Integer

setStartLevel

public void setStartLevel(Integer value)
Sets the value of the startLevel property.

Parameters:
value - allowed object is Integer

clone

public Tbundle 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.