tag easier to code. A fuller set of injected
values and types can be specified using one of the "value"
type elements.
Java class for Tproperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tproperty">
<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"/>
<group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Gvalue" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
<attribute name="value" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TstringValue" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected Tdescription description
service
protected TinlinedService service
referenceList
protected TinlinedReferenceList referenceList
bean
protected TinlinedBean bean
reference
protected TinlinedReference reference
ref
protected Tref ref
any
protected java.lang.Object any
idref
protected Tref idref
value
protected Tvalue value
list
protected Tcollection list
set
protected Tcollection set
map
protected Tmap map
array
protected Tcollection array
props
protected Tprops props
_null
protected Tnull _null
name
protected java.lang.String name
refAttribute
protected java.lang.String refAttribute
valueAttribute
protected java.lang.String valueAttribute
Tproperty
public Tproperty()
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
getService
public TinlinedService getService()
- Gets the value of the service property.
- Returns:
- possible object is
TinlinedService
setService
public void setService(TinlinedService value)
- Sets the value of the service property.
- Parameters:
value
- allowed object is
TinlinedService
getReferenceList
public TinlinedReferenceList getReferenceList()
- Gets the value of the referenceList property.
- Returns:
- possible object is
TinlinedReferenceList
setReferenceList
public void setReferenceList(TinlinedReferenceList value)
- Sets the value of the referenceList property.
- Parameters:
value
- allowed object is
TinlinedReferenceList
getBean
public TinlinedBean getBean()
- Gets the value of the bean property.
- Returns:
- possible object is
TinlinedBean
setBean
public void setBean(TinlinedBean value)
- Sets the value of the bean property.
- Parameters:
value
- allowed object is
TinlinedBean
getReference
public TinlinedReference getReference()
- Gets the value of the reference property.
- Returns:
- possible object is
TinlinedReference
setReference
public void setReference(TinlinedReference value)
- Sets the value of the reference property.
- Parameters:
value
- allowed object is
TinlinedReference
getRef
public Tref getRef()
- Gets the value of the ref property.
- Returns:
- possible object is
Tref
setRef
public void setRef(Tref value)
- Sets the value of the ref property.
- Parameters:
value
- allowed object is
Tref
getAny
public java.lang.Object getAny()
- Gets the value of the any property.
- Returns:
- possible object is
Object
setAny
public void setAny(java.lang.Object value)
- Sets the value of the any property.
- Parameters:
value
- allowed object is
Object
getIdref
public Tref getIdref()
- Gets the value of the idref property.
- Returns:
- possible object is
Tref
setIdref
public void setIdref(Tref value)
- Sets the value of the idref property.
- Parameters:
value
- allowed object is
Tref
getValue
public Tvalue getValue()
- Gets the value of the value property.
- Returns:
- possible object is
Tvalue
setValue
public void setValue(Tvalue value)
- Sets the value of the value property.
- Parameters:
value
- allowed object is
Tvalue
getList
public Tcollection getList()
- Gets the value of the list property.
- Returns:
- possible object is
Tcollection
setList
public void setList(Tcollection value)
- Sets the value of the list property.
- Parameters:
value
- allowed object is
Tcollection
getSet
public Tcollection getSet()
- Gets the value of the set property.
- Returns:
- possible object is
Tcollection
setSet
public void setSet(Tcollection value)
- Sets the value of the set property.
- Parameters:
value
- allowed object is
Tcollection
getMap
public Tmap getMap()
- Gets the value of the map property.
- Returns:
- possible object is
Tmap
setMap
public void setMap(Tmap value)
- Sets the value of the map property.
- Parameters:
value
- allowed object is
Tmap
getArray
public Tcollection getArray()
- Gets the value of the array property.
- Returns:
- possible object is
Tcollection
setArray
public void setArray(Tcollection value)
- Sets the value of the array property.
- Parameters:
value
- allowed object is
Tcollection
getProps
public Tprops getProps()
- Gets the value of the props property.
- Returns:
- possible object is
Tprops
setProps
public void setProps(Tprops value)
- Sets the value of the props property.
- Parameters:
value
- allowed object is
Tprops
getNull
public Tnull getNull()
- Gets the value of the null property.
- Returns:
- possible object is
Tnull
setNull
public void setNull(Tnull value)
- Sets the value of the null property.
- Parameters:
value
- allowed object is
Tnull
getName
public java.lang.String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Sets the value of the name property.
- Parameters:
value
- allowed object is
String
getRefAttribute
public java.lang.String getRefAttribute()
- Gets the value of the refAttribute property.
- Returns:
- possible object is
String
setRefAttribute
public void setRefAttribute(java.lang.String value)
- Sets the value of the refAttribute property.
- Parameters:
value
- allowed object is
String
getValueAttribute
public java.lang.String getValueAttribute()
- Gets the value of the valueAttribute property.
- Returns:
- possible object is
String
setValueAttribute
public void setValueAttribute(java.lang.String value)
- Sets the value of the valueAttribute property.
- Parameters:
value
- allowed object is
String
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.