|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.MessageDestinationDescriptor
public class MessageDestinationDescriptor
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 |
|---|
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
| Constructor Detail |
|---|
public MessageDestinationDescriptor()
| Method Detail |
|---|
public java.lang.String getMessageDestinationName()
Stringpublic void setMessageDestinationName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDestinationJndiName()
Stringpublic void setDestinationJndiName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInitialContextFactory()
Stringpublic void setInitialContextFactory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProviderUrl()
Stringpublic void setProviderUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDestinationResourceLink()
Stringpublic void setDestinationResourceLink(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||