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 name="handler" type="{http://www.highqsoft.com/transformer/common}implementation" minOccurs="0"/>
<element name="formatter" type="{http://www.highqsoft.com/transformer/common}implementation" minOccurs="0"/>
<element name="filter" type="{http://www.highqsoft.com/transformer/common}implementation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Implementation |
filter |
protected Implementation |
formatter |
protected Implementation |
handler |
| Constructor and Description |
|---|
Loghandler() |
| Modifier and Type | Method and Description |
|---|---|
Implementation |
getFilter()
Gets the value of the filter property.
|
Implementation |
getFormatter()
Gets the value of the formatter property.
|
Implementation |
getHandler()
Gets the value of the handler property.
|
void |
setFilter(Implementation value)
Sets the value of the filter property.
|
void |
setFormatter(Implementation value)
Sets the value of the formatter property.
|
void |
setHandler(Implementation value)
Sets the value of the handler property.
|
protected Implementation handler
protected Implementation formatter
protected Implementation filter
public Implementation getHandler()
Implementationpublic void setHandler(Implementation value)
value - allowed object is
Implementationpublic Implementation getFormatter()
Implementationpublic void setFormatter(Implementation value)
value - allowed object is
Implementationpublic Implementation getFilter()
Implementationpublic void setFilter(Implementation value)
value - allowed object is
Implementation