public class Loghandler
extends java.lang.Object
Java class for loghandler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="loghandler">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.highqsoft.de/schema}formatter" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}filter" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}arguments" minOccurs="0"/>
</sequence>
<attribute name="jar" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Arguments |
arguments |
protected Extensionpoint |
filter |
protected Extensionpoint |
formatter |
protected java.lang.String |
jar |
protected java.lang.String |
name |
| Constructor and Description |
|---|
Loghandler() |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
getArguments()
Gets the value of the arguments property.
|
Extensionpoint |
getFilter()
Gets the value of the filter property.
|
Extensionpoint |
getFormatter()
Gets the value of the formatter property.
|
java.lang.String |
getJar()
Gets the value of the jar property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setArguments(Arguments value)
Sets the value of the arguments property.
|
void |
setFilter(Extensionpoint value)
Sets the value of the filter property.
|
void |
setFormatter(Extensionpoint value)
Sets the value of the formatter property.
|
void |
setJar(java.lang.String value)
Sets the value of the jar property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected Extensionpoint formatter
protected Extensionpoint filter
protected Arguments arguments
protected java.lang.String jar
protected java.lang.String name
public Extensionpoint getFormatter()
Extensionpointpublic void setFormatter(Extensionpoint value)
value - allowed object is
Extensionpointpublic Extensionpoint getFilter()
Extensionpointpublic void setFilter(Extensionpoint value)
value - allowed object is
Extensionpointpublic Arguments getArguments()
Argumentspublic void setArguments(Arguments value)
value - allowed object is
Argumentspublic java.lang.String getJar()
Stringpublic void setJar(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String