public class RemoveMethodType
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 NamedMethodType |
beanMethod |
protected java.lang.String |
id |
protected TrueFalseType |
retainIfException |
| Constructor and Description |
|---|
RemoveMethodType() |
| Modifier and Type | Method and Description |
|---|---|
NamedMethodType |
getBeanMethod()
Gets the value of the beanMethod property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
TrueFalseType |
getRetainIfException()
Gets the value of the retainIfException property.
|
void |
setBeanMethod(NamedMethodType value)
Sets the value of the beanMethod property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setRetainIfException(TrueFalseType value)
Sets the value of the retainIfException property.
|
protected NamedMethodType beanMethod
protected TrueFalseType retainIfException
protected java.lang.String id
public NamedMethodType getBeanMethod()
NamedMethodTypepublic void setBeanMethod(NamedMethodType value)
value - allowed object is
NamedMethodTypepublic TrueFalseType getRetainIfException()
TrueFalseTypepublic void setRetainIfException(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String