org.apache.aries.blueprint.jaxb
Class TreferenceListener

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.TreferenceListener

public class TreferenceListener
extends java.lang.Object

TReferenceListener defines a reference listener that is attached to a or element. The listener object can be specified as a or as an inline or component. Listener events are mapped to the indicated bind or unbind methods.

Java class for TreferenceListener complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TreferenceListener">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GtargetComponent" minOccurs="0"/>
       </sequence>
       <attribute name="ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
       <attribute name="bind-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
       <attribute name="unbind-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object any
           
protected  TinlinedBean bean
           
protected  java.lang.String bindMethod
           
protected  Tref ref
           
protected  java.lang.String refAttribute
           
protected  TinlinedReference reference
           
protected  java.lang.String unbindMethod
           
 
Constructor Summary
TreferenceListener()
           
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 TinlinedBean getBean()
          Gets the value of the bean property.
 java.lang.String getBindMethod()
          Gets the value of the bindMethod property.
 Tref getRef()
          Gets the value of the ref property.
 java.lang.String getRefAttribute()
          Gets the value of the refAttribute property.
 TinlinedReference getReference()
          Gets the value of the reference property.
 java.lang.String getUnbindMethod()
          Gets the value of the unbindMethod property.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setBean(TinlinedBean value)
          Sets the value of the bean property.
 void setBindMethod(java.lang.String value)
          Sets the value of the bindMethod property.
 void setRef(Tref value)
          Sets the value of the ref property.
 void setRefAttribute(java.lang.String value)
          Sets the value of the refAttribute property.
 void setReference(TinlinedReference value)
          Sets the value of the reference property.
 void setUnbindMethod(java.lang.String value)
          Sets the value of the unbindMethod property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

protected TinlinedBean bean

reference

protected TinlinedReference reference

ref

protected Tref ref

any

protected java.lang.Object any

refAttribute

protected java.lang.String refAttribute

bindMethod

protected java.lang.String bindMethod

unbindMethod

protected java.lang.String unbindMethod
Constructor Detail

TreferenceListener

public TreferenceListener()
Method Detail

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

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

getBindMethod

public java.lang.String getBindMethod()
Gets the value of the bindMethod property.

Returns:
possible object is String

setBindMethod

public void setBindMethod(java.lang.String value)
Sets the value of the bindMethod property.

Parameters:
value - allowed object is String

getUnbindMethod

public java.lang.String getUnbindMethod()
Gets the value of the unbindMethod property.

Returns:
possible object is String

setUnbindMethod

public void setUnbindMethod(java.lang.String value)
Sets the value of the unbindMethod property.

Parameters:
value - allowed object is String


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.