public class RemoveMethod
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected NamedMethod |
beanMethod |
protected java.lang.String |
id |
protected java.lang.Boolean |
retainIfException |
Constructor and Description |
---|
RemoveMethod() |
RemoveMethod(java.lang.reflect.Method beanMethod) |
RemoveMethod(java.lang.reflect.Method beanMethod,
boolean retainIfException) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
NamedMethod |
getBeanMethod() |
java.lang.String |
getId() |
boolean |
getRetainIfException() |
int |
hashCode() |
boolean |
isExplicitlySet() |
void |
setBeanMethod(NamedMethod value) |
void |
setId(java.lang.String value) |
void |
setRetainIfException(boolean value) |
protected NamedMethod beanMethod
protected java.lang.Boolean retainIfException
protected java.lang.String id
public RemoveMethod()
public RemoveMethod(java.lang.reflect.Method beanMethod)
public RemoveMethod(java.lang.reflect.Method beanMethod, boolean retainIfException)
public NamedMethod getBeanMethod()
public void setBeanMethod(NamedMethod value)
public boolean isExplicitlySet()
public boolean getRetainIfException()
public void setRetainIfException(boolean value)
public java.lang.String getId()
public void setId(java.lang.String value)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object