org.apache.openejb.jee.wls
Class MessageDestinationDescriptor

java.lang.Object
  extended by org.apache.openejb.jee.wls.MessageDestinationDescriptor

public class MessageDestinationDescriptor
extends Object

Java class for message-destination-descriptor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="message-destination-descriptor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message-destination-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <sequence>
             <element name="destination-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="initial-context-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="provider-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <element name="destination-resource-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String destinationJndiName
           
protected  String destinationResourceLink
           
protected  String id
           
protected  String initialContextFactory
           
protected  String messageDestinationName
           
protected  String providerUrl
           
 
Constructor Summary
MessageDestinationDescriptor()
           
 
Method Summary
 String getDestinationJndiName()
          Gets the value of the destinationJndiName property.
 String getDestinationResourceLink()
          Gets the value of the destinationResourceLink property.
 String getId()
          Gets the value of the id property.
 String getInitialContextFactory()
          Gets the value of the initialContextFactory property.
 String getMessageDestinationName()
          Gets the value of the messageDestinationName property.
 String getProviderUrl()
          Gets the value of the providerUrl property.
 void setDestinationJndiName(String value)
          Sets the value of the destinationJndiName property.
 void setDestinationResourceLink(String value)
          Sets the value of the destinationResourceLink property.
 void setId(String value)
          Sets the value of the id property.
 void setInitialContextFactory(String value)
          Sets the value of the initialContextFactory property.
 void setMessageDestinationName(String value)
          Sets the value of the messageDestinationName property.
 void setProviderUrl(String value)
          Sets the value of the providerUrl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageDestinationName

protected String messageDestinationName

destinationJndiName

protected String destinationJndiName

initialContextFactory

protected String initialContextFactory

providerUrl

protected String providerUrl

destinationResourceLink

protected String destinationResourceLink

id

protected String id
Constructor Detail

MessageDestinationDescriptor

public MessageDestinationDescriptor()
Method Detail

getMessageDestinationName

public String getMessageDestinationName()
Gets the value of the messageDestinationName property.

Returns:
possible object is String

setMessageDestinationName

public void setMessageDestinationName(String value)
Sets the value of the messageDestinationName property.

Parameters:
value - allowed object is String

getDestinationJndiName

public String getDestinationJndiName()
Gets the value of the destinationJndiName property.

Returns:
possible object is String

setDestinationJndiName

public void setDestinationJndiName(String value)
Sets the value of the destinationJndiName property.

Parameters:
value - allowed object is String

getInitialContextFactory

public String getInitialContextFactory()
Gets the value of the initialContextFactory property.

Returns:
possible object is String

setInitialContextFactory

public void setInitialContextFactory(String value)
Sets the value of the initialContextFactory property.

Parameters:
value - allowed object is String

getProviderUrl

public String getProviderUrl()
Gets the value of the providerUrl property.

Returns:
possible object is String

setProviderUrl

public void setProviderUrl(String value)
Sets the value of the providerUrl property.

Parameters:
value - allowed object is String

getDestinationResourceLink

public String getDestinationResourceLink()
Gets the value of the destinationResourceLink property.

Returns:
possible object is String

setDestinationResourceLink

public void setDestinationResourceLink(String value)
Sets the value of the destinationResourceLink property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.