org.hackystat.tickertape.tickerlingua.jaxb
Class LoggingLevel
java.lang.Object
org.hackystat.tickertape.tickerlingua.jaxb.LoggingLevel
public class LoggingLevel
- 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 ref="{}level use="required""/>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.lang.String |
level
|
Method Summary |
java.lang.String |
getLevel()
Gets the value of the level property. |
void |
setLevel(java.lang.String value)
Sets the value of the level property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
level
protected java.lang.String level
LoggingLevel
public LoggingLevel()
getLevel
public java.lang.String getLevel()
- Gets the value of the level property.
- Returns:
- possible object is
String
setLevel
public void setLevel(java.lang.String value)
- Sets the value of the level property.
- Parameters:
value
- allowed object is
String