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()
Extensionpoint
public void setFormatter(Extensionpoint value)
value
- allowed object is
Extensionpoint
public Extensionpoint getFilter()
Extensionpoint
public void setFilter(Extensionpoint value)
value
- allowed object is
Extensionpoint
public Arguments getArguments()
Arguments
public void setArguments(Arguments value)
value
- allowed object is
Arguments
public java.lang.String getJar()
String
public void setJar(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String