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>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
MessageDestinationDescriptor() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected java.lang.String messageDestinationName
protected java.lang.String destinationJndiName
protected java.lang.String initialContextFactory
protected java.lang.String providerUrl
protected java.lang.String destinationResourceLink
protected java.lang.String id
public java.lang.String getMessageDestinationName()
String
public void setMessageDestinationName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDestinationJndiName()
String
public void setDestinationJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInitialContextFactory()
String
public void setInitialContextFactory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProviderUrl()
String
public void setProviderUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDestinationResourceLink()
String
public void setDestinationResourceLink(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String