|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.common.xml.MessageDestinationRef
public class MessageDestinationRef
This class defines the implementation of the element message-destination-ref.
| Constructor Summary | |
|---|---|
MessageDestinationRef()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getMessageDestinationLink()
|
String |
getMessageDestinationRefName()
|
String |
getMessageDestinationType()
|
String |
getMessageDestinationUsage()
|
void |
setDescription(String description)
Sets the description |
void |
setMessageDestinationLink(String link)
Sets the link |
void |
setMessageDestinationRefName(String refName)
Sets the name |
void |
setMessageDestinationType(String type)
Sets the type |
void |
setMessageDestinationUsage(String usage)
Sets the usage |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageDestinationRef()
| Method Detail |
|---|
public void setDescription(String description)
description - the description to usepublic void setMessageDestinationRefName(String refName)
refName - the name to usepublic void setMessageDestinationType(String type)
type - the type to usepublic void setMessageDestinationUsage(String usage)
usage - the usage to usepublic void setMessageDestinationLink(String link)
link - the link to usepublic String getDescription()
public String getMessageDestinationRefName()
public String getMessageDestinationType()
public String getMessageDestinationUsage()
public String getMessageDestinationLink()
public String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||