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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationJndiName |
protected String |
destinationResourceLink |
protected String |
id |
protected String |
initialContextFactory |
protected String |
messageDestinationName |
protected String |
providerUrl |
| Constructor and Description |
|---|
MessageDestinationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String messageDestinationName
protected String destinationJndiName
protected String initialContextFactory
protected String providerUrl
protected String destinationResourceLink
protected String id
public String getMessageDestinationName()
Stringpublic void setMessageDestinationName(String value)
value - allowed object is
Stringpublic String getDestinationJndiName()
Stringpublic void setDestinationJndiName(String value)
value - allowed object is
Stringpublic String getInitialContextFactory()
Stringpublic void setInitialContextFactory(String value)
value - allowed object is
Stringpublic String getProviderUrl()
Stringpublic void setProviderUrl(String value)
value - allowed object is
Stringpublic String getDestinationResourceLink()
Stringpublic void setDestinationResourceLink(String value)
value - allowed object is
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.