element and there are no
key-ref or value-ref attributes.
Java class for TservicePropertyEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TservicePropertyEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Gvalue" minOccurs="0"/>
</sequence>
<attribute name="key" use="required" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TstringValue" />
<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 |
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
key
protected java.lang.String key
valueAttribute
protected java.lang.String valueAttribute
TservicePropertyEntry
public TservicePropertyEntry()
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
getKey
public java.lang.String getKey()
- Gets the value of the key property.
- Returns:
- possible object is
String
setKey
public void setKey(java.lang.String value)
- Sets the value of the key 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.