|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.MessageDestinationType
public class MessageDestinationType
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 | |
---|---|
protected String |
adminObjectLink
|
protected String |
adminObjectModule
|
protected String |
messageDestinationName
|
protected PatternType |
pattern
|
Constructor Summary | |
---|---|
MessageDestinationType()
|
Method Summary | |
---|---|
String |
getAdminObjectLink()
Gets the value of the adminObjectLink property. |
String |
getAdminObjectModule()
Gets the value of the adminObjectModule property. |
String |
getMessageDestinationName()
Gets the value of the messageDestinationName property. |
PatternType |
getPattern()
Gets the value of the pattern property. |
void |
setAdminObjectLink(String value)
Sets the value of the adminObjectLink property. |
void |
setAdminObjectModule(String value)
Sets the value of the adminObjectModule property. |
void |
setMessageDestinationName(String value)
Sets the value of the messageDestinationName property. |
void |
setPattern(PatternType value)
Sets the value of the pattern property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String messageDestinationName
protected PatternType pattern
protected String adminObjectModule
protected String adminObjectLink
Constructor Detail |
---|
public MessageDestinationType()
Method Detail |
---|
public String getMessageDestinationName()
String
public void setMessageDestinationName(String value)
value
- allowed object is
String
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType
public String getAdminObjectModule()
String
public void setAdminObjectModule(String value)
value
- allowed object is
String
public String getAdminObjectLink()
String
public void setAdminObjectLink(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |