net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.jms
Class ListenerType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.jms.ListenerType
All Implemented Interfaces:
Serializable, Cloneable

public class ListenerType
extends Object
implements Serializable, Cloneable

Java class for listenerType complex type.

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

 <complexType name="listenerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="destination" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="subscription" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="selector" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="response-destination" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

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
ListenerType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.jms.ListenerType instance.
ListenerType(ListenerType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.jms.ListenerType instance by copying a given instance.
 
Method Summary
 ListenerType 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

ListenerType

public ListenerType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.jms.ListenerType instance.


ListenerType

public ListenerType(ListenerType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.jms.ListenerType instance by copying a given instance.

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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDestination

public String getDestination()
Gets the value of the destination property.

Returns:
possible object is String

setDestination

public void setDestination(String value)
Sets the value of the destination property.

Parameters:
value - allowed object is String

getSubscription

public String getSubscription()
Gets the value of the subscription property.

Returns:
possible object is String

setSubscription

public void setSubscription(String value)
Sets the value of the subscription property.

Parameters:
value - allowed object is String

getSelector

public String getSelector()
Gets the value of the selector property.

Returns:
possible object is String

setSelector

public void setSelector(String value)
Sets the value of the selector property.

Parameters:
value - allowed object is String

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

getMethod

public String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

public void setMethod(String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

getResponseDestination

public String getResponseDestination()
Gets the value of the responseDestination property.

Returns:
possible object is String

setResponseDestination

public void setResponseDestination(String value)
Sets the value of the responseDestination property.

Parameters:
value - allowed object is String

clone

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