|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jms.ListenerType
public class 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>
| 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.priv.indexed.valueclass.spring.jms.ListenerType instance. |
|
ListenerType(ListenerType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.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 |
|---|
protected String id
protected String destination
protected String subscription
protected String selector
protected String ref
protected String method
protected String responseDestination
| Constructor Detail |
|---|
public ListenerType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jms.ListenerType instance.
public ListenerType(ListenerType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.jms.ListenerType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic String getSubscription()
Stringpublic void setSubscription(String value)
value - allowed object is
Stringpublic String getSelector()
Stringpublic void setSelector(String value)
value - allowed object is
Stringpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic String getResponseDestination()
Stringpublic void setResponseDestination(String value)
value - allowed object is
Stringpublic ListenerType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||