|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.osgi.Tbundle
public class Tbundle
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>
| 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.priv.indexed.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
Tbundle()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.osgi.Tbundle instance. |
|
Tbundle(Tbundle o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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.priv.indexed.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 Object any
protected String symbolicName
protected String dependsOn
protected String location
protected TbundleAction action
protected TbundleAction destroyAction
protected Integer startLevel
| Constructor Detail |
|---|
public Tbundle()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.osgi.Tbundle instance.
public Tbundle(Tbundle o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.osgi.Tbundle instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Object getAny()
Element
Objectpublic void setAny(Object value)
value - allowed object is
Element
Objectpublic String getSymbolicName()
Stringpublic void setSymbolicName(String value)
value - allowed object is
Stringpublic String getDependsOn()
Stringpublic void setDependsOn(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic TbundleAction getAction()
TbundleActionpublic void setAction(TbundleAction value)
value - allowed object is
TbundleActionpublic TbundleAction getDestroyAction()
TbundleActionpublic void setDestroyAction(TbundleAction value)
value - allowed object is
TbundleActionpublic int getStartLevel()
Integerpublic void setStartLevel(Integer value)
value - allowed object is
Integerpublic Tbundle clone()
clone in class IdentifiedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||