Package org.apache.openejb.jee.oejb2
Class MessageDestinationType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.MessageDestinationType
-
public class MessageDestinationType extends Object
Java class for message-destinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message-destinationType"> <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> <element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/> <sequence> <element name="admin-object-module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="admin-object-link" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringadminObjectLinkprotected StringadminObjectModuleprotected StringmessageDestinationNameprotected PatternTypepattern
-
Constructor Summary
Constructors Constructor Description MessageDestinationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminObjectLink()Gets the value of the adminObjectLink property.StringgetAdminObjectModule()Gets the value of the adminObjectModule property.StringgetMessageDestinationName()Gets the value of the messageDestinationName property.PatternTypegetPattern()Gets the value of the pattern property.voidsetAdminObjectLink(String value)Sets the value of the adminObjectLink property.voidsetAdminObjectModule(String value)Sets the value of the adminObjectModule property.voidsetMessageDestinationName(String value)Sets the value of the messageDestinationName property.voidsetPattern(PatternType value)Sets the value of the pattern property.
-
-
-
Field Detail
-
messageDestinationName
protected String messageDestinationName
-
pattern
protected PatternType pattern
-
adminObjectModule
protected String adminObjectModule
-
adminObjectLink
protected String adminObjectLink
-
-
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
-
getPattern
public PatternType getPattern()
Gets the value of the pattern property.- Returns:
- possible object is
PatternType
-
setPattern
public void setPattern(PatternType value)
Sets the value of the pattern property.- Parameters:
value- allowed object isPatternType
-
getAdminObjectModule
public String getAdminObjectModule()
Gets the value of the adminObjectModule property.- Returns:
- possible object is
String
-
setAdminObjectModule
public void setAdminObjectModule(String value)
Sets the value of the adminObjectModule property.- Parameters:
value- allowed object isString
-
getAdminObjectLink
public String getAdminObjectLink()
Gets the value of the adminObjectLink property.- Returns:
- possible object is
String
-
-