net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jms
Interface ListenerType

All Known Implementing Classes:
ListenerTypeImpl

public interface ListenerType

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>
 


Method Summary
 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.
 

Method Detail

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getDestination

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

Returns:
possible object is String

setDestination

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

Parameters:
value - allowed object is String

getSubscription

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

Returns:
possible object is String

setSubscription

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

Parameters:
value - allowed object is String

getSelector

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

Returns:
possible object is String

setSelector

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

Parameters:
value - allowed object is String

getRef

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

Returns:
possible object is String

setRef

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

Parameters:
value - allowed object is String

getMethod

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

Returns:
possible object is String

setMethod

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

Parameters:
value - allowed object is String

getResponseDestination

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

Returns:
possible object is String

setResponseDestination

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

Parameters:
value - allowed object is String


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