Package org.apache.openejb.jee.wls
Class MessageDestinationDescriptor
- java.lang.Object
-
- org.apache.openejb.jee.wls.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 Summary
Fields Modifier and Type Field Description protected StringdestinationJndiNameprotected StringdestinationResourceLinkprotected Stringidprotected StringinitialContextFactoryprotected StringmessageDestinationNameprotected StringproviderUrl
-
Constructor Summary
Constructors Constructor Description MessageDestinationDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestinationJndiName()Gets the value of the destinationJndiName property.StringgetDestinationResourceLink()Gets the value of the destinationResourceLink property.StringgetId()Gets the value of the id property.StringgetInitialContextFactory()Gets the value of the initialContextFactory property.StringgetMessageDestinationName()Gets the value of the messageDestinationName property.StringgetProviderUrl()Gets the value of the providerUrl property.voidsetDestinationJndiName(String value)Sets the value of the destinationJndiName property.voidsetDestinationResourceLink(String value)Sets the value of the destinationResourceLink property.voidsetId(String value)Sets the value of the id property.voidsetInitialContextFactory(String value)Sets the value of the initialContextFactory property.voidsetMessageDestinationName(String value)Sets the value of the messageDestinationName property.voidsetProviderUrl(String value)Sets the value of the providerUrl property.
-
-
-
Field Detail
-
messageDestinationName
protected String messageDestinationName
-
destinationJndiName
protected String destinationJndiName
-
initialContextFactory
protected String initialContextFactory
-
providerUrl
protected String providerUrl
-
destinationResourceLink
protected String destinationResourceLink
-
id
protected String id
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-