elements.
Java class for Tbean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tbean">
<complexContent>
<extension base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tcomponent">
<group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GbeanElements"/>
<attribute name="class" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tclass" />
<attribute name="init-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="destroy-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="factory-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="factory-ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
<attribute name="scope" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tscope" />
</extension>
</complexContent>
</complexType>
Constructor Summary |
Tbean()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected Tdescription description
argumentOrPropertyOrAny
protected List<Object> argumentOrPropertyOrAny
clazz
protected String clazz
initMethod
protected String initMethod
destroyMethod
protected String destroyMethod
factoryMethod
protected String factoryMethod
factoryRef
protected String factoryRef
scope
protected String scope
Tbean
public Tbean()
getDescription
public Tdescription getDescription()
- Gets the value of the description property.
- Returns:
- possible object is
Tdescription
setDescription
public void setDescription(Tdescription value)
- Sets the value of the description property.
- Parameters:
value
- allowed object is
Tdescription
getArgumentOrPropertyOrAny
public List<Object> getArgumentOrPropertyOrAny()
- Gets the value of the argumentOrPropertyOrAny property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the argumentOrPropertyOrAny property.
For example, to add a new item, do as follows:
getArgumentOrPropertyOrAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement
<
Tproperty
>
JAXBElement
<
Targument
>
getClazz
public String getClazz()
- Gets the value of the clazz property.
- Returns:
- possible object is
String
setClazz
public void setClazz(String value)
- Sets the value of the clazz property.
- Parameters:
value
- allowed object is
String
getInitMethod
public String getInitMethod()
- Gets the value of the initMethod property.
- Returns:
- possible object is
String
setInitMethod
public void setInitMethod(String value)
- Sets the value of the initMethod property.
- Parameters:
value
- allowed object is
String
getDestroyMethod
public String getDestroyMethod()
- Gets the value of the destroyMethod property.
- Returns:
- possible object is
String
setDestroyMethod
public void setDestroyMethod(String value)
- Sets the value of the destroyMethod property.
- Parameters:
value
- allowed object is
String
getFactoryMethod
public String getFactoryMethod()
- Gets the value of the factoryMethod property.
- Returns:
- possible object is
String
setFactoryMethod
public void setFactoryMethod(String value)
- Sets the value of the factoryMethod property.
- Parameters:
value
- allowed object is
String
getFactoryRef
public String getFactoryRef()
- Gets the value of the factoryRef property.
- Returns:
- possible object is
String
setFactoryRef
public void setFactoryRef(String value)
- Sets the value of the factoryRef property.
- Parameters:
value
- allowed object is
String
getScope
public String getScope()
- Gets the value of the scope property.
- Returns:
- possible object is
String
setScope
public void setScope(String value)
- Sets the value of the scope property.
- Parameters:
value
- allowed object is
String
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.