elements. This type defines all of the
characteristics common to both sorts of references.
Java class for TserviceReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TserviceReference">
<complexContent>
<extension base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tcomponent">
<sequence>
<group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GserviceReferenceElements"/>
</sequence>
<attribute name="interface" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tclass" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<attribute name="component-name" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
<attribute name="availability" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tavailability" />
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected Tdescription description
referenceListener
protected List<TreferenceListener> referenceListener
_interface
protected String _interface
filter
protected String filter
componentName
protected String componentName
availability
protected String availability
TserviceReference
public TserviceReference()
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
getReferenceListener
public List<TreferenceListener> getReferenceListener()
- Gets the value of the referenceListener 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 referenceListener property.
For example, to add a new item, do as follows:
getReferenceListener().add(newItem);
Objects of the following type(s) are allowed in the list
TreferenceListener
getInterface
public String getInterface()
- Gets the value of the interface property.
- Returns:
- possible object is
String
setInterface
public void setInterface(String value)
- Sets the value of the interface property.
- Parameters:
value
- allowed object is
String
getFilter
public String getFilter()
- Gets the value of the filter property.
- Returns:
- possible object is
String
setFilter
public void setFilter(String value)
- Sets the value of the filter property.
- Parameters:
value
- allowed object is
String
getComponentName
public String getComponentName()
- Gets the value of the componentName property.
- Returns:
- possible object is
String
setComponentName
public void setComponentName(String value)
- Sets the value of the componentName property.
- Parameters:
value
- allowed object is
String
getAvailability
public String getAvailability()
- Gets the value of the availability property.
- Returns:
- possible object is
String
setAvailability
public void setAvailability(String value)
- Sets the value of the availability property.
- Parameters:
value
- allowed object is
String
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.