org.apache.openejb.jee.oejb2
Class MessageDestinationType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.MessageDestinationType

public class MessageDestinationType
extends java.lang.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
protected  java.lang.String adminObjectLink
           
protected  java.lang.String adminObjectModule
           
protected  java.lang.String messageDestinationName
           
protected  PatternType pattern
           
 
Constructor Summary
MessageDestinationType()
           
 
Method Summary
 java.lang.String getAdminObjectLink()
          Gets the value of the adminObjectLink property.
 java.lang.String getAdminObjectModule()
          Gets the value of the adminObjectModule property.
 java.lang.String getMessageDestinationName()
          Gets the value of the messageDestinationName property.
 PatternType getPattern()
          Gets the value of the pattern property.
 void setAdminObjectLink(java.lang.String value)
          Sets the value of the adminObjectLink property.
 void setAdminObjectModule(java.lang.String value)
          Sets the value of the adminObjectModule property.
 void setMessageDestinationName(java.lang.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

messageDestinationName

protected java.lang.String messageDestinationName

pattern

protected PatternType pattern

adminObjectModule

protected java.lang.String adminObjectModule

adminObjectLink

protected java.lang.String adminObjectLink
Constructor Detail

MessageDestinationType

public MessageDestinationType()
Method Detail

getMessageDestinationName

public java.lang.String getMessageDestinationName()
Gets the value of the messageDestinationName property.

Returns:
possible object is String

setMessageDestinationName

public void setMessageDestinationName(java.lang.String value)
Sets the value of the messageDestinationName property.

Parameters:
value - allowed object is String

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 is PatternType

getAdminObjectModule

public java.lang.String getAdminObjectModule()
Gets the value of the adminObjectModule property.

Returns:
possible object is String

setAdminObjectModule

public void setAdminObjectModule(java.lang.String value)
Sets the value of the adminObjectModule property.

Parameters:
value - allowed object is String

getAdminObjectLink

public java.lang.String getAdminObjectLink()
Gets the value of the adminObjectLink property.

Returns:
possible object is String

setAdminObjectLink

public void setAdminObjectLink(java.lang.String value)
Sets the value of the adminObjectLink property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.