public static class Extension.Instrumentation.Pointcut.Method
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="returnType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Extension.Instrumentation.Pointcut.Method.Parameters
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected Extension.Instrumentation.Pointcut.Method.Parameters |
parameters |
protected java.lang.String |
returnType |
| Constructor and Description |
|---|
Method() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
Extension.Instrumentation.Pointcut.Method.Parameters |
getParameters()
Gets the value of the parameters property.
|
java.lang.String |
getReturnType()
Gets the value of the returnType property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParameters(Extension.Instrumentation.Pointcut.Method.Parameters value)
Sets the value of the parameters property.
|
void |
setReturnType(java.lang.String value)
Sets the value of the returnType property.
|
protected java.lang.String returnType
protected java.lang.String name
protected Extension.Instrumentation.Pointcut.Method.Parameters parameters
public java.lang.String getReturnType()
Stringpublic void setReturnType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic Extension.Instrumentation.Pointcut.Method.Parameters getParameters()
Extension.Instrumentation.Pointcut.Method.Parameterspublic void setParameters(Extension.Instrumentation.Pointcut.Method.Parameters value)
value - allowed object is Extension.Instrumentation.Pointcut.Method.Parameters