net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.osgi
Class Tlistener

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.osgi.Tlistener
All Implemented Interfaces:
Serializable, Cloneable

public class Tlistener
extends Object
implements Serializable, Cloneable

Defines a listener that will be notified when the service backing the enclosing service reference element is bound or unbound. Use either the 'ref' attribute or a nested bean declaration for the listener bean.

Java class for Tlistener complex type.

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

 <complexType name="Tlistener">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <any processContents='skip' namespace='##other'/>
       </sequence>
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="bind-method" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="unbind-method" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Element any
           
protected  String bindMethod
           
protected  String ref
           
protected  String unbindMethod
           
 
Constructor Summary
Tlistener()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.osgi.Tlistener instance.
Tlistener(Tlistener o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.osgi.Tlistener instance by copying a given instance.
 
Method Summary
 Tlistener clone()
          Creates and returns a copy of this object.
 Element getAny()
          Gets the value of the any property.
 String getBindMethod()
          Gets the value of the bindMethod property.
 String getRef()
          Gets the value of the ref property.
 String getUnbindMethod()
          Gets the value of the unbindMethod property.
 void setAny(Element value)
          Sets the value of the any property.
 void setBindMethod(String value)
          Sets the value of the bindMethod property.
 void setRef(String value)
          Sets the value of the ref property.
 void setUnbindMethod(String value)
          Sets the value of the unbindMethod property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected Element any

ref

protected String ref

bindMethod

protected String bindMethod

unbindMethod

protected String unbindMethod
Constructor Detail

Tlistener

public Tlistener()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.osgi.Tlistener instance.


Tlistener

public Tlistener(Tlistener o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.osgi.Tlistener instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAny

public Element getAny()
Gets the value of the any property.

Returns:
possible object is Element

setAny

public void setAny(Element value)
Sets the value of the any property.

Parameters:
value - allowed object is Element

getRef

public String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getBindMethod

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

Returns:
possible object is String

setBindMethod

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

Parameters:
value - allowed object is String

getUnbindMethod

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

Returns:
possible object is String

setUnbindMethod

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

Parameters:
value - allowed object is String

clone

public Tlistener clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.