Class RemoveMethod


  • public class RemoveMethod
    extends Object
    ejb-jar_3_1.xsd

    Java class for remove-methodType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="remove-methodType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bean-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType"/>
             <element name="retain-if-exception" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RemoveMethod

        public RemoveMethod()
      • RemoveMethod

        public RemoveMethod​(Method beanMethod)
      • RemoveMethod

        public RemoveMethod​(Method beanMethod,
                            boolean retainIfException)
    • Method Detail

      • setBeanMethod

        public void setBeanMethod​(NamedMethod value)
      • isExplicitlySet

        public boolean isExplicitlySet()
      • getRetainIfException

        public boolean getRetainIfException()
      • setRetainIfException

        public void setRetainIfException​(boolean value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object