org.apache.openejb.jee.oejb2
Class ExtModuleType

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

public class ExtModuleType
extends java.lang.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 ext-moduleType complex type.

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

 <complexType name="ext-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="internal-path" type="{http://www.w3.org/2001/XMLSchema}token"/>
           <element name="external-path" type="{http://www.w3.org/2001/XMLSchema}token"/>
         </choice>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object any
           
protected  java.lang.String connector
           
protected  java.lang.String ejb
           
protected  java.lang.String externalPath
           
protected  java.lang.String internalPath
           
protected  java.lang.String java
           
protected  java.lang.String web
           
 
Constructor Summary
ExtModuleType()
           
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 java.lang.String getConnector()
          Gets the value of the connector property.
 java.lang.String getEjb()
          Gets the value of the ejb property.
 java.lang.String getExternalPath()
          Gets the value of the externalPath property.
 java.lang.String getInternalPath()
          Gets the value of the internalPath property.
 java.lang.String getJava()
          Gets the value of the java property.
 java.lang.String getWeb()
          Gets the value of the web property.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setConnector(java.lang.String value)
          Sets the value of the connector property.
 void setEjb(java.lang.String value)
          Sets the value of the ejb property.
 void setExternalPath(java.lang.String value)
          Sets the value of the externalPath property.
 void setInternalPath(java.lang.String value)
          Sets the value of the internalPath property.
 void setJava(java.lang.String value)
          Sets the value of the java property.
 void setWeb(java.lang.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 java.lang.String connector

ejb

protected java.lang.String ejb

java

protected java.lang.String java

web

protected java.lang.String web

internalPath

protected java.lang.String internalPath

externalPath

protected java.lang.String externalPath

any

protected java.lang.Object any
Constructor Detail

ExtModuleType

public ExtModuleType()
Method Detail

getConnector

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

Returns:
possible object is String

setConnector

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

Parameters:
value - allowed object is String

getEjb

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

Returns:
possible object is String

setEjb

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

Parameters:
value - allowed object is String

getJava

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

Returns:
possible object is String

setJava

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

Parameters:
value - allowed object is String

getWeb

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

Returns:
possible object is String

setWeb

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

Parameters:
value - allowed object is String

getInternalPath

public java.lang.String getInternalPath()
Gets the value of the internalPath property.

Returns:
possible object is String

setInternalPath

public void setInternalPath(java.lang.String value)
Sets the value of the internalPath property.

Parameters:
value - allowed object is String

getExternalPath

public java.lang.String getExternalPath()
Gets the value of the externalPath property.

Returns:
possible object is String

setExternalPath

public void setExternalPath(java.lang.String value)
Sets the value of the externalPath property.

Parameters:
value - allowed object is String

getAny

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

Returns:
possible object is Object Element

setAny

public void setAny(java.lang.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.