net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl
Class TlistenerImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TlistenerImpl
All Implemented Interfaces:
Serializable, Cloneable, Tlistener

public class TlistenerImpl
extends Object
implements Serializable, Cloneable, Tlistener

See Also:
Serialized Form

Field Summary
protected  Element any
           
protected  String bindMethod
           
protected  String ref
           
protected  String unbindMethod
           
 
Constructor Summary
TlistenerImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TlistenerImpl instance.
TlistenerImpl(TlistenerImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TlistenerImpl instance by copying a given instance.
 
Method Summary
 TlistenerImpl 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

TlistenerImpl

public TlistenerImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TlistenerImpl instance.


TlistenerImpl

public TlistenerImpl(TlistenerImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.osgi.impl.TlistenerImpl instance by copying a given instance.

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

getAny

public Element getAny()
Description copied from interface: Tlistener
Gets the value of the any property.

Specified by:
getAny in interface Tlistener
Returns:
possible object is Element

setAny

public void setAny(Element value)
Description copied from interface: Tlistener
Sets the value of the any property.

Specified by:
setAny in interface Tlistener
Parameters:
value - allowed object is Element

getRef

public String getRef()
Description copied from interface: Tlistener
Gets the value of the ref property.

Specified by:
getRef in interface Tlistener
Returns:
possible object is String

setRef

public void setRef(String value)
Description copied from interface: Tlistener
Sets the value of the ref property.

Specified by:
setRef in interface Tlistener
Parameters:
value - allowed object is String

getBindMethod

public String getBindMethod()
Description copied from interface: Tlistener
Gets the value of the bindMethod property.

Specified by:
getBindMethod in interface Tlistener
Returns:
possible object is String

setBindMethod

public void setBindMethod(String value)
Description copied from interface: Tlistener
Sets the value of the bindMethod property.

Specified by:
setBindMethod in interface Tlistener
Parameters:
value - allowed object is String

getUnbindMethod

public String getUnbindMethod()
Description copied from interface: Tlistener
Gets the value of the unbindMethod property.

Specified by:
getUnbindMethod in interface Tlistener
Returns:
possible object is String

setUnbindMethod

public void setUnbindMethod(String value)
Description copied from interface: Tlistener
Sets the value of the unbindMethod property.

Specified by:
setUnbindMethod in interface Tlistener
Parameters:
value - allowed object is String

clone

public TlistenerImpl 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.