|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InitMethodType
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>
| Method Summary | |
|---|---|
NamedMethodType |
getBeanMethod()
Gets the value of the beanMethod property. |
NamedMethodType |
getCreateMethod()
Gets the value of the createMethod property. |
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(String value)
Sets the value of the id property. |
| Method Detail |
|---|
NamedMethodType getCreateMethod()
NamedMethodTypevoid setCreateMethod(NamedMethodType value)
value - allowed object is
NamedMethodTypeNamedMethodType getBeanMethod()
NamedMethodTypevoid setBeanMethod(NamedMethodType value)
value - allowed object is
NamedMethodTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||