Package org.apache.openejb.jee
Class RemoveMethod
- java.lang.Object
-
- org.apache.openejb.jee.RemoveMethod
-
public class RemoveMethod extends Object
ejb-jar_3_1.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected NamedMethodbeanMethodprotected Stringidprotected BooleanretainIfException
-
Constructor Summary
Constructors Constructor Description RemoveMethod()RemoveMethod(Method beanMethod)RemoveMethod(Method beanMethod, boolean retainIfException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NamedMethodgetBeanMethod()StringgetId()booleangetRetainIfException()inthashCode()booleanisExplicitlySet()voidsetBeanMethod(NamedMethod value)voidsetId(String value)voidsetRetainIfException(boolean value)
-
-
-
Field Detail
-
beanMethod
protected NamedMethod beanMethod
-
retainIfException
protected Boolean retainIfException
-
id
protected String id
-
-
Method Detail
-
getBeanMethod
public NamedMethod getBeanMethod()
-
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)
-
-