public class InitMethod
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected NamedMethod |
beanMethod |
protected NamedMethod |
createMethod |
protected java.lang.String |
id |
Constructor and Description |
---|
InitMethod() |
InitMethod(java.lang.reflect.Method beanMethod) |
Modifier and Type | Method and Description |
---|---|
NamedMethod |
getBeanMethod() |
NamedMethod |
getCreateMethod() |
java.lang.String |
getId() |
void |
setBeanMethod(NamedMethod value) |
void |
setCreateMethod(NamedMethod value) |
void |
setCreateMethod(java.lang.String methodName) |
void |
setId(java.lang.String value) |
protected NamedMethod createMethod
protected NamedMethod beanMethod
protected java.lang.String id
public InitMethod()
public InitMethod(java.lang.reflect.Method beanMethod)
public NamedMethod getCreateMethod()
public void setCreateMethod(NamedMethod value)
public void setCreateMethod(java.lang.String methodName)
public NamedMethod getBeanMethod()
public void setBeanMethod(NamedMethod value)
public java.lang.String getId()
public void setId(java.lang.String value)