|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.blueprint.jaxb.Tblueprint
public class Tblueprint
Java class for Tblueprint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tblueprint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tdescription" minOccurs="0"/>
<element name="type-converters" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Ttype-converters" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="service" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tservice"/>
<element name="reference-list" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Treference-list"/>
<element name="bean" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tbean"/>
<element name="reference" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Treference"/>
<any/>
</choice>
</sequence>
<attribute name="default-activation" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tactivation" default="eager" />
<attribute name="default-timeout" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Ttimeout" default="300000" />
<attribute name="default-availability" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tavailability" default="mandatory" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
defaultActivation
|
protected String |
defaultAvailability
|
protected BigInteger |
defaultTimeout
|
protected Tdescription |
description
|
protected List<Object> |
serviceOrReferenceListOrBean
|
protected TtypeConverters |
typeConverters
|
| Constructor Summary | |
|---|---|
Tblueprint()
|
|
| Method Summary | |
|---|---|
String |
getDefaultActivation()
Gets the value of the defaultActivation property. |
String |
getDefaultAvailability()
Gets the value of the defaultAvailability property. |
BigInteger |
getDefaultTimeout()
Gets the value of the defaultTimeout property. |
Tdescription |
getDescription()
Gets the value of the description property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
List<Object> |
getServiceOrReferenceListOrBean()
Gets the value of the serviceOrReferenceListOrBean property. |
TtypeConverters |
getTypeConverters()
Gets the value of the typeConverters property. |
void |
setDefaultActivation(String value)
Sets the value of the defaultActivation property. |
void |
setDefaultAvailability(String value)
Sets the value of the defaultAvailability property. |
void |
setDefaultTimeout(BigInteger value)
Sets the value of the defaultTimeout property. |
void |
setDescription(Tdescription value)
Sets the value of the description property. |
void |
setTypeConverters(TtypeConverters value)
Sets the value of the typeConverters property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Tdescription description
protected TtypeConverters typeConverters
protected List<Object> serviceOrReferenceListOrBean
protected String defaultActivation
protected BigInteger defaultTimeout
protected String defaultAvailability
| Constructor Detail |
|---|
public Tblueprint()
| Method Detail |
|---|
public Tdescription getDescription()
Tdescriptionpublic void setDescription(Tdescription value)
value - allowed object is
Tdescriptionpublic TtypeConverters getTypeConverters()
TtypeConverterspublic void setTypeConverters(TtypeConverters value)
value - allowed object is
TtypeConverterspublic List<Object> getServiceOrReferenceListOrBean()
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 serviceOrReferenceListOrBean property.
For example, to add a new item, do as follows:
getServiceOrReferenceListOrBean().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Treference>
Object
JAXBElement<Tservice>
JAXBElement<Tbean>
JAXBElement<TreferenceList>
public String getDefaultActivation()
Stringpublic void setDefaultActivation(String value)
value - allowed object is
Stringpublic BigInteger getDefaultTimeout()
BigIntegerpublic void setDefaultTimeout(BigInteger value)
value - allowed object is
BigIntegerpublic String getDefaultAvailability()
Stringpublic void setDefaultAvailability(String value)
value - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||