public static class Extension.Instrumentation.Pointcut.ClassName
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="includeSubclasses" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeSubclasses |
protected java.lang.String |
value |
| Constructor and Description |
|---|
ClassName() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isIncludeSubclasses()
Gets the value of the includeSubclasses property.
|
void |
setIncludeSubclasses(java.lang.Boolean value)
Sets the value of the includeSubclasses property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected boolean includeSubclasses
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is Stringpublic boolean isIncludeSubclasses()
Booleanpublic void setIncludeSubclasses(java.lang.Boolean value)
value - allowed object is Boolean