org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setDescription (String description)
void setMessageDestinationRefName (String refName)
void setMessageDestinationType (String type)
void setMessageDestinationUsage (String usage)
void setMessageDestinationLink (String link)
String getDescription ()
String getMessageDestinationRefName ()
String getMessageDestinationType ()
String getMessageDestinationUsage ()
String getMessageDestinationLink ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element message-destination-ref.
Author:
Eric Hardesty

Definition at line 33 of file MessageDestinationRef.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.getDescription  ) 
 

Returns:
the description of the messageDestination-ref

Definition at line 113 of file MessageDestinationRef.java.

String org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.getMessageDestinationLink  ) 
 

Returns:
the link of the messageDestination-ref

Definition at line 143 of file MessageDestinationRef.java.

String org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.getMessageDestinationRefName  ) 
 

Returns:
the name of the messageDestination-ref

Definition at line 121 of file MessageDestinationRef.java.

String org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.getMessageDestinationType  ) 
 

Returns:
the type of the messageDestination-ref

Definition at line 129 of file MessageDestinationRef.java.

String org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.getMessageDestinationUsage  ) 
 

Returns:
the usage of the messageDestination-ref

Definition at line 136 of file MessageDestinationRef.java.

void org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.setDescription String  description  ) 
 

Sets the description

Parameters:
description the description to use

Definition at line 67 of file MessageDestinationRef.java.

void org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.setMessageDestinationLink String  link  ) 
 

Sets the link

Parameters:
link the link to use

Definition at line 103 of file MessageDestinationRef.java.

void org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.setMessageDestinationRefName String  refName  ) 
 

Sets the name

Parameters:
refName the name to use

Definition at line 76 of file MessageDestinationRef.java.

void org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.setMessageDestinationType String  type  ) 
 

Sets the type

Parameters:
type the type to use

Definition at line 85 of file MessageDestinationRef.java.

void org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.setMessageDestinationUsage String  usage  ) 
 

Sets the usage

Parameters:
usage the usage to use

Definition at line 94 of file MessageDestinationRef.java.

String org.objectweb.jonas_lib.deployment.xml.MessageDestinationRef.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 154 of file MessageDestinationRef.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:41 2005 for JOnAS by  doxygen 1.3.9.1