| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef
MessageDestinationRef | public class MessageDestinationRef extends AbsElement (Code) | | This class defines the implementation of the element message-destination-ref.
author: Eric Hardesty |
getDescription | public String getDescription()(Code) | | the description of the messageDestination-ref |
getMessageDestinationLink | public String getMessageDestinationLink()(Code) | | the link of the messageDestination-ref |
getMessageDestinationRefName | public String getMessageDestinationRefName()(Code) | | the name of the messageDestination-ref |
getMessageDestinationType | public String getMessageDestinationType()(Code) | | the type of the messageDestination-ref |
getMessageDestinationUsage | public String getMessageDestinationUsage()(Code) | | the usage of the messageDestination-ref |
setDescription | public void setDescription(String description)(Code) | | Sets the description
Parameters: description - the description to use |
setMessageDestinationLink | public void setMessageDestinationLink(String link)(Code) | | Sets the link
Parameters: link - the link to use |
setMessageDestinationRefName | public void setMessageDestinationRefName(String refName)(Code) | | Sets the name
Parameters: refName - the name to use |
setMessageDestinationType | public void setMessageDestinationType(String type)(Code) | | Sets the type
Parameters: type - the type to use |
setMessageDestinationUsage | public void setMessageDestinationUsage(String usage)(Code) | | Sets the usage
Parameters: usage - the usage to use |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|