org.apache.openejb.jee
Class RemoveMethod
java.lang.Object
org.apache.openejb.jee.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>
beanMethod
protected NamedMethod beanMethod
retainIfException
protected Boolean retainIfException
id
protected String id
RemoveMethod
public RemoveMethod()
RemoveMethod
public RemoveMethod(Method beanMethod)
RemoveMethod
public RemoveMethod(Method beanMethod,
boolean retainIfException)
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)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.