public class Extension
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"> <sequence> <element name="instrumentation" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pointcut" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nameTransaction" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType> </element> <choice> <element name="methodAnnotation" type="{http://www.w3.org/2001/XMLSchema}string"/> <sequence> <choice> <element name="className"> <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> </element> <element name="interfaceName" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="method" maxOccurs="unbounded"> <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> </element> </sequence> </choice> </sequence> <attribute name="transactionStartPoint" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="metricNameFormat" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="excludeFromTransactionTrace" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="leaf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="ignoreTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="transactionType" default="background"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="background"/> <enumeration value="web"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="metricPrefix" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Extension.Instrumentation
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
enabled |
protected Extension.Instrumentation |
instrumentation |
protected java.lang.String |
name |
protected java.lang.Double |
version |
Constructor and Description |
---|
Extension() |
Modifier and Type | Method and Description |
---|---|
Extension.Instrumentation |
getInstrumentation()
Gets the value of the instrumentation property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
double |
getVersion()
Gets the value of the version property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
void |
setInstrumentation(Extension.Instrumentation value)
Sets the value of the instrumentation property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setVersion(java.lang.Double value)
Sets the value of the version property.
|
protected Extension.Instrumentation instrumentation
protected java.lang.String name
protected java.lang.Boolean enabled
protected java.lang.Double version
public Extension.Instrumentation getInstrumentation()
Extension.Instrumentation
public void setInstrumentation(Extension.Instrumentation value)
value
- allowed object is Extension.Instrumentation
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is String
public boolean isEnabled()
Boolean
public void setEnabled(java.lang.Boolean value)
value
- allowed object is Boolean
public double getVersion()
Double
public void setVersion(java.lang.Double value)
value
- allowed object is Double