Class 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 Detail

      • messageDestinationName

        protected String messageDestinationName
      • destinationJndiName

        protected String destinationJndiName
      • initialContextFactory

        protected String initialContextFactory
      • providerUrl

        protected String providerUrl
      • destinationResourceLink

        protected String destinationResourceLink
    • 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