public class InitMethodType
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 NamedMethodType |
beanMethod |
protected NamedMethodType |
createMethod |
protected java.lang.String |
id |
| Constructor and Description |
|---|
InitMethodType() |
| Modifier and Type | Method and Description |
|---|---|
NamedMethodType |
getBeanMethod()
Gets the value of the beanMethod property.
|
NamedMethodType |
getCreateMethod()
Gets the value of the createMethod property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setBeanMethod(NamedMethodType value)
Sets the value of the beanMethod property.
|
void |
setCreateMethod(NamedMethodType value)
Sets the value of the createMethod property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected NamedMethodType createMethod
protected NamedMethodType beanMethod
protected java.lang.String id
public NamedMethodType getCreateMethod()
NamedMethodTypepublic void setCreateMethod(NamedMethodType value)
value - allowed object is
NamedMethodTypepublic NamedMethodType getBeanMethod()
NamedMethodTypepublic void setBeanMethod(NamedMethodType value)
value - allowed object is
NamedMethodTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String