org.apache.openejb.jee.wls
Class MessageDestinationDescriptor

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

public class MessageDestinationDescriptor
extends java.lang.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  java.lang.String destinationJndiName
           
protected  java.lang.String destinationResourceLink
           
protected  java.lang.String id
           
protected  java.lang.String initialContextFactory
           
protected  java.lang.String messageDestinationName
           
protected  java.lang.String providerUrl
           
 
Constructor Summary
MessageDestinationDescriptor()
           
 
Method Summary
 java.lang.String getDestinationJndiName()
          Gets the value of the destinationJndiName property.
 java.lang.String getDestinationResourceLink()
          Gets the value of the destinationResourceLink property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getInitialContextFactory()
          Gets the value of the initialContextFactory property.
 java.lang.String getMessageDestinationName()
          Gets the value of the messageDestinationName property.
 java.lang.String getProviderUrl()
          Gets the value of the providerUrl property.
 void setDestinationJndiName(java.lang.String value)
          Sets the value of the destinationJndiName property.
 void setDestinationResourceLink(java.lang.String value)
          Sets the value of the destinationResourceLink property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setInitialContextFactory(java.lang.String value)
          Sets the value of the initialContextFactory property.
 void setMessageDestinationName(java.lang.String value)
          Sets the value of the messageDestinationName property.
 void setProviderUrl(java.lang.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 java.lang.String messageDestinationName

destinationJndiName

protected java.lang.String destinationJndiName

initialContextFactory

protected java.lang.String initialContextFactory

providerUrl

protected java.lang.String providerUrl

destinationResourceLink

protected java.lang.String destinationResourceLink

id

protected java.lang.String id
Constructor Detail

MessageDestinationDescriptor

public MessageDestinationDescriptor()
Method Detail

getMessageDestinationName

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

Returns:
possible object is String

setMessageDestinationName

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

Parameters:
value - allowed object is String

getDestinationJndiName

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

Returns:
possible object is String

setDestinationJndiName

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

Parameters:
value - allowed object is String

getInitialContextFactory

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

Returns:
possible object is String

setInitialContextFactory

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

Parameters:
value - allowed object is String

getProviderUrl

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

Returns:
possible object is String

setProviderUrl

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

Parameters:
value - allowed object is String

getDestinationResourceLink

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

Returns:
possible object is String

setDestinationResourceLink

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

public void setId(java.lang.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.