element.
Java class for Tkey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tkey">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GnonNullValue"/>
</restriction>
</complexContent>
</complexType>
Constructor Summary |
Tkey()
|
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
Tkey
public Tkey()
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
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.