|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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 interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Method Detail |
|---|
Object getAny()
Element
Objectvoid setAny(Object value)
value - allowed object is
Element
ObjectString getSymbolicName()
Stringvoid setSymbolicName(String value)
value - allowed object is
StringString getDependsOn()
Stringvoid setDependsOn(String value)
value - allowed object is
StringString getLocation()
Stringvoid setLocation(String value)
value - allowed object is
StringTbundleAction getAction()
TbundleActionvoid setAction(TbundleAction value)
value - allowed object is
TbundleActionTbundleAction getDestroyAction()
TbundleActionvoid setDestroyAction(TbundleAction value)
value - allowed object is
TbundleActionint getStartLevel()
Integervoid setStartLevel(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||