public class RemoveMethod extends 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 String |
id |
protected Boolean |
retainIfException |
| Constructor and Description |
|---|
RemoveMethod() |
RemoveMethod(Method beanMethod) |
RemoveMethod(Method beanMethod,
boolean retainIfException) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
NamedMethod |
getBeanMethod() |
String |
getId() |
boolean |
getRetainIfException() |
int |
hashCode() |
boolean |
isExplicitlySet() |
void |
setBeanMethod(NamedMethod value) |
void |
setId(String value) |
void |
setRetainIfException(boolean value) |
protected NamedMethod beanMethod
protected Boolean retainIfException
protected String id
public RemoveMethod()
public RemoveMethod(Method beanMethod)
public RemoveMethod(Method beanMethod, boolean retainIfException)
public NamedMethod getBeanMethod()
public void setBeanMethod(NamedMethod value)
public boolean isExplicitlySet()
public boolean getRetainIfException()
public void setRetainIfException(boolean value)
public String getId()
public void setId(String value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.