net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee
Class InitMethodType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.InitMethodType
All Implemented Interfaces:
Serializable, Cloneable

public class InitMethodType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  NamedMethodType beanMethod
           
protected  NamedMethodType createMethod
           
protected  String id
           
 
Constructor Summary
InitMethodType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.InitMethodType instance.
InitMethodType(InitMethodType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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

createMethod

protected NamedMethodType createMethod

beanMethod

protected NamedMethodType beanMethod

id

protected String id
Constructor Detail

InitMethodType

public InitMethodType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.InitMethodType instance.


InitMethodType

public InitMethodType(InitMethodType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.InitMethodType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getCreateMethod

public NamedMethodType getCreateMethod()
Gets the value of the createMethod property.

Returns:
possible object is NamedMethodType

setCreateMethod

public void setCreateMethod(NamedMethodType value)
Sets the value of the createMethod property.

Parameters:
value - allowed object is NamedMethodType

getBeanMethod

public NamedMethodType getBeanMethod()
Gets the value of the beanMethod property.

Returns:
possible object is NamedMethodType

setBeanMethod

public void setBeanMethod(NamedMethodType value)
Sets the value of the beanMethod property.

Parameters:
value - allowed object is NamedMethodType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public InitMethodType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.