public class JMSConnectionConsumer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JMS_CONNECTION_CONSUMER_TOKEN |
Constructor and Description |
---|
JMSConnectionConsumer() |
Modifier and Type | Method and Description |
---|---|
String |
getDestination()
Get the destination.
|
String |
getId()
Get the id.
|
Integer |
getMessagesMaximum()
Get the messages maximum.
|
String |
getName()
Get the name.
|
String |
getNotes()
Get the notes.
|
String |
getSelector()
Get the message selector.
|
JMSConnectionConsumer |
setDestination(String destination)
Set the destination.
|
JMSConnectionConsumer |
setId(String id)
Set the id.
|
JMSConnectionConsumer |
setMessagesMaximum(Integer messagesMaximum)
Set the messages maximum.
|
JMSConnectionConsumer |
setName(String name)
Set the name.
|
JMSConnectionConsumer |
setNotes(String notes)
Set the notes.
|
JMSConnectionConsumer |
setSelector(String selector)
Set the message selector.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
public static final String JMS_CONNECTION_CONSUMER_TOKEN
public String getId()
public JMSConnectionConsumer setId(String id)
id
- the idpublic String getDestination()
public JMSConnectionConsumer setDestination(String destination)
destination
- the new destinationpublic Integer getMessagesMaximum()
public JMSConnectionConsumer setMessagesMaximum(Integer messagesMaximum)
messagesMaximum
- the new valuepublic String getName()
public JMSConnectionConsumer setName(String name)
name
- the new namepublic String getNotes()
public JMSConnectionConsumer setNotes(String notes)
notes
- the new notespublic String getSelector()
public JMSConnectionConsumer setSelector(String selector)
selector
- the new message selectorpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()