public class MessageDrivenDestination
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DestinationType |
destinationType |
protected java.lang.String |
id |
protected SubscriptionDurability |
subscriptionDurability |
Constructor and Description |
---|
MessageDrivenDestination() |
Modifier and Type | Method and Description |
---|---|
DestinationType |
getDestinationType()
Gets the value of the destinationType property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
SubscriptionDurability |
getSubscriptionDurability()
Gets the value of the subscriptionDurability property.
|
void |
setDestinationType(DestinationType value)
Sets the value of the destinationType property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setSubscriptionDurability(SubscriptionDurability value)
Sets the value of the subscriptionDurability property.
|
protected java.lang.String id
protected DestinationType destinationType
protected SubscriptionDurability subscriptionDurability
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public DestinationType getDestinationType()
DestinationType
public void setDestinationType(DestinationType value)
value
- allowed object is
DestinationType
public SubscriptionDurability getSubscriptionDurability()
SubscriptionDurability
public void setSubscriptionDurability(SubscriptionDurability value)
value
- allowed object is
SubscriptionDurability