public class AroundInvokeType
extends java.lang.Object
Java class for around-invokeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="around-invokeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="method-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FullyQualifiedClassType |
clazz |
protected JavaIdentifierType |
methodName |
| Constructor and Description |
|---|
AroundInvokeType() |
| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedClassType |
getClazz()
Gets the value of the clazz property.
|
JavaIdentifierType |
getMethodName()
Gets the value of the methodName property.
|
void |
setClazz(FullyQualifiedClassType value)
Sets the value of the clazz property.
|
void |
setMethodName(JavaIdentifierType value)
Sets the value of the methodName property.
|
protected FullyQualifiedClassType clazz
protected JavaIdentifierType methodName
public FullyQualifiedClassType getClazz()
FullyQualifiedClassTypepublic void setClazz(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic JavaIdentifierType getMethodName()
JavaIdentifierTypepublic void setMethodName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierType