org.apache.openejb.jee.oejb2
Class ModuleType

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

public class ModuleType
extends Object

Mirrors the moduleType defined by application_1_4.xsd and adds an optional alt-dd element defining a Geronimo specific deployment descriptor.

Java class for moduleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="moduleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="connector" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/>
           <element name="ejb" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/>
           <element name="java" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/>
           <element name="web" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/>
         </choice>
         <choice>
           <element name="alt-dd" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}pathType"/>
           <any/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String altDd
           
protected  Object any
           
protected  String connector
           
protected  String ejb
           
protected  String java
           
protected  String web
           
 
Constructor Summary
ModuleType()
           
 
Method Summary
 String getAltDd()
          Gets the value of the altDd property.
 Object getAny()
          Gets the value of the any property.
 String getConnector()
          Gets the value of the connector property.
 String getEjb()
          Gets the value of the ejb property.
 String getJava()
          Gets the value of the java property.
 String getWeb()
          Gets the value of the web property.
 void setAltDd(String value)
          Sets the value of the altDd property.
 void setAny(Object value)
          Sets the value of the any property.
 void setConnector(String value)
          Sets the value of the connector property.
 void setEjb(String value)
          Sets the value of the ejb property.
 void setJava(String value)
          Sets the value of the java property.
 void setWeb(String value)
          Sets the value of the web property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connector

protected String connector

ejb

protected String ejb

java

protected String java

web

protected String web

altDd

protected String altDd

any

protected Object any
Constructor Detail

ModuleType

public ModuleType()
Method Detail

getConnector

public String getConnector()
Gets the value of the connector property.

Returns:
possible object is String

setConnector

public void setConnector(String value)
Sets the value of the connector property.

Parameters:
value - allowed object is String

getEjb

public String getEjb()
Gets the value of the ejb property.

Returns:
possible object is String

setEjb

public void setEjb(String value)
Sets the value of the ejb property.

Parameters:
value - allowed object is String

getJava

public String getJava()
Gets the value of the java property.

Returns:
possible object is String

setJava

public void setJava(String value)
Sets the value of the java property.

Parameters:
value - allowed object is String

getWeb

public String getWeb()
Gets the value of the web property.

Returns:
possible object is String

setWeb

public void setWeb(String value)
Sets the value of the web property.

Parameters:
value - allowed object is String

getAltDd

public String getAltDd()
Gets the value of the altDd property.

Returns:
possible object is String

setAltDd

public void setAltDd(String value)
Sets the value of the altDd property.

Parameters:
value - allowed object is String

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Object Element

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object Element


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