net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi
Interface Tbundle

All Superinterfaces:
IdentifiedType
All Known Implementing Classes:
TbundleImpl

public interface Tbundle
extends IdentifiedType

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.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getAny

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

Returns:
possible object is Element Object

setAny

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

Parameters:
value - allowed object is Element Object

getSymbolicName

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

Returns:
possible object is String

setSymbolicName

void setSymbolicName(String value)
Sets the value of the symbolicName property.

Parameters:
value - allowed object is String

getDependsOn

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

Returns:
possible object is String

setDependsOn

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

Parameters:
value - allowed object is String

getLocation

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

Returns:
possible object is String

setLocation

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

Parameters:
value - allowed object is String

getAction

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

Returns:
possible object is TbundleAction

setAction

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

Parameters:
value - allowed object is TbundleAction

getDestroyAction

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

Returns:
possible object is TbundleAction

setDestroyAction

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

Parameters:
value - allowed object is TbundleAction

getStartLevel

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

Returns:
possible object is Integer

setStartLevel

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

Parameters:
value - allowed object is Integer


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