|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.InitMethodType
public class 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>
| Field Summary | |
|---|---|
protected NamedMethodType |
beanMethod
|
protected NamedMethodType |
createMethod
|
protected String |
id
|
| Constructor Summary | |
|---|---|
InitMethodType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.InitMethodType instance. |
|
InitMethodType(InitMethodType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.InitMethodType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
InitMethodType |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NamedMethodType createMethod
protected NamedMethodType beanMethod
protected String id
| Constructor Detail |
|---|
public InitMethodType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.InitMethodType instance.
public InitMethodType(InitMethodType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.InitMethodType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
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 String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic InitMethodType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||