org.apache.openejb.jee
Class InitMethod
java.lang.Object
org.apache.openejb.jee.InitMethod
public class InitMethod
- extends Object
ejb-jar_3_1.xsd
Java class for init-methodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="init-methodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="create-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType"/>
<element name="bean-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createMethod
protected NamedMethod createMethod
beanMethod
protected NamedMethod beanMethod
id
protected String id
InitMethod
public InitMethod()
InitMethod
public InitMethod(Method beanMethod)
getCreateMethod
public NamedMethod getCreateMethod()
setCreateMethod
public void setCreateMethod(NamedMethod value)
setCreateMethod
public void setCreateMethod(String methodName)
getBeanMethod
public NamedMethod getBeanMethod()
setBeanMethod
public void setBeanMethod(NamedMethod value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.