net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.jms.impl
Class ListenerTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.jms.impl.ListenerTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ListenerType

public class ListenerTypeImpl
extends Object
implements Serializable, Cloneable, ListenerType

See Also:
Serialized Form

Field Summary
protected  String destination
           
protected  String id
           
protected  String method
           
protected  String ref
           
protected  String responseDestination
           
protected  String selector
           
protected  String subscription
           
 
Constructor Summary
ListenerTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.jms.impl.ListenerTypeImpl instance.
ListenerTypeImpl(ListenerTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.jms.impl.ListenerTypeImpl instance by copying a given instance.
 
Method Summary
 ListenerTypeImpl clone()
          Creates and returns a copy of this object.
 String getDestination()
          Gets the value of the destination property.
 String getId()
          Gets the value of the id property.
 String getMethod()
          Gets the value of the method property.
 String getRef()
          Gets the value of the ref property.
 String getResponseDestination()
          Gets the value of the responseDestination property.
 String getSelector()
          Gets the value of the selector property.
 String getSubscription()
          Gets the value of the subscription property.
 void setDestination(String value)
          Sets the value of the destination property.
 void setId(String value)
          Sets the value of the id property.
 void setMethod(String value)
          Sets the value of the method property.
 void setRef(String value)
          Sets the value of the ref property.
 void setResponseDestination(String value)
          Sets the value of the responseDestination property.
 void setSelector(String value)
          Sets the value of the selector property.
 void setSubscription(String value)
          Sets the value of the subscription property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

destination

protected String destination

subscription

protected String subscription

selector

protected String selector

ref

protected String ref

method

protected String method

responseDestination

protected String responseDestination
Constructor Detail

ListenerTypeImpl

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


ListenerTypeImpl

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

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

getId

public String getId()
Description copied from interface: ListenerType
Gets the value of the id property.

Specified by:
getId in interface ListenerType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: ListenerType
Sets the value of the id property.

Specified by:
setId in interface ListenerType
Parameters:
value - allowed object is String

getDestination

public String getDestination()
Description copied from interface: ListenerType
Gets the value of the destination property.

Specified by:
getDestination in interface ListenerType
Returns:
possible object is String

setDestination

public void setDestination(String value)
Description copied from interface: ListenerType
Sets the value of the destination property.

Specified by:
setDestination in interface ListenerType
Parameters:
value - allowed object is String

getSubscription

public String getSubscription()
Description copied from interface: ListenerType
Gets the value of the subscription property.

Specified by:
getSubscription in interface ListenerType
Returns:
possible object is String

setSubscription

public void setSubscription(String value)
Description copied from interface: ListenerType
Sets the value of the subscription property.

Specified by:
setSubscription in interface ListenerType
Parameters:
value - allowed object is String

getSelector

public String getSelector()
Description copied from interface: ListenerType
Gets the value of the selector property.

Specified by:
getSelector in interface ListenerType
Returns:
possible object is String

setSelector

public void setSelector(String value)
Description copied from interface: ListenerType
Sets the value of the selector property.

Specified by:
setSelector in interface ListenerType
Parameters:
value - allowed object is String

getRef

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

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

setRef

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

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

getMethod

public String getMethod()
Description copied from interface: ListenerType
Gets the value of the method property.

Specified by:
getMethod in interface ListenerType
Returns:
possible object is String

setMethod

public void setMethod(String value)
Description copied from interface: ListenerType
Sets the value of the method property.

Specified by:
setMethod in interface ListenerType
Parameters:
value - allowed object is String

getResponseDestination

public String getResponseDestination()
Description copied from interface: ListenerType
Gets the value of the responseDestination property.

Specified by:
getResponseDestination in interface ListenerType
Returns:
possible object is String

setResponseDestination

public void setResponseDestination(String value)
Description copied from interface: ListenerType
Sets the value of the responseDestination property.

Specified by:
setResponseDestination in interface ListenerType
Parameters:
value - allowed object is String

clone

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