Class InitMethod


  • public class InitMethod
    extends Object
    ejb-jar_3_1.xsd

    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>
     
    • Constructor Detail

      • InitMethod

        public InitMethod()
      • InitMethod

        public InitMethod​(Method beanMethod)
    • Method Detail

      • getCreateMethod

        public NamedMethod getCreateMethod()
      • setCreateMethod

        public void setCreateMethod​(NamedMethod value)
      • setCreateMethod

        public void setCreateMethod​(String methodName)
      • setBeanMethod

        public void setBeanMethod​(NamedMethod value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)