public class MessageDestinationRef extends Object implements Serializable
Representation of a message destination reference for a web application,
as represented in a <message-destination-ref>
element
in the deployment descriptor.
Modifier and Type | Field and Description |
---|---|
protected NamingResources |
resources
The NamingResources with which we are associated (if any).
|
Constructor and Description |
---|
MessageDestinationRef() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getLink() |
String |
getName() |
NamingResources |
getNamingResources() |
String |
getType() |
String |
getUsage() |
void |
setDescription(String description) |
void |
setLink(String link) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUsage(String usage) |
String |
toString()
Return a String representation of this object.
|
protected NamingResources resources
public String getDescription()
public void setDescription(String description)
public String getLink()
public void setLink(String link)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getUsage()
public void setUsage(String usage)
public String toString()
public NamingResources getNamingResources()
Copyright © 2019. All rights reserved.