net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee
Interface InitMethodType

All Known Implementing Classes:
InitMethodTypeImpl

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

getCreateMethod

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

Returns:
possible object is NamedMethodType

setCreateMethod

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

Parameters:
value - allowed object is NamedMethodType

getBeanMethod

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

Returns:
possible object is NamedMethodType

setBeanMethod

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

Parameters:
value - allowed object is NamedMethodType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


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