public class Echo
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">
<attribute name="level" type="{http://www.w3.org/2001/XMLSchema}string" default="INFO" />
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" default="M" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
level |
protected java.lang.String |
message |
protected java.lang.String |
property |
protected java.lang.String |
reference |
protected java.lang.String |
target |
| Constructor and Description |
|---|
Echo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLevel()
Gets the value of the level property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.lang.String |
getProperty()
Gets the value of the property property.
|
java.lang.String |
getReference()
Gets the value of the reference property.
|
java.lang.String |
getTarget()
Gets the value of the target property.
|
void |
setLevel(java.lang.String value)
Sets the value of the level property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setProperty(java.lang.String value)
Sets the value of the property property.
|
void |
setReference(java.lang.String value)
Sets the value of the reference property.
|
void |
setTarget(java.lang.String value)
Sets the value of the target property.
|
protected java.lang.String level
protected java.lang.String message
protected java.lang.String property
protected java.lang.String reference
protected java.lang.String target
public java.lang.String getLevel()
Stringpublic void setLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProperty()
Stringpublic void setProperty(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReference()
Stringpublic void setReference(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTarget()
Stringpublic void setTarget(java.lang.String value)
value - allowed object is
String