|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.jaxb.Globals
public class Globals
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"> <sequence> <element ref="{}Mail" minOccurs="0"/> <element ref="{}LoggingLevel" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected LoggingLevel |
loggingLevel
|
protected Mail |
mail
|
Constructor Summary | |
---|---|
Globals()
|
Method Summary | |
---|---|
LoggingLevel |
getLoggingLevel()
Gets the value of the loggingLevel property. |
Mail |
getMail()
Gets the value of the mail property. |
void |
setLoggingLevel(LoggingLevel value)
Sets the value of the loggingLevel property. |
void |
setMail(Mail value)
Sets the value of the mail property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Mail mail
protected LoggingLevel loggingLevel
Constructor Detail |
---|
public Globals()
Method Detail |
---|
public Mail getMail()
Mail
public void setMail(Mail value)
value
- allowed object is
Mail
public LoggingLevel getLoggingLevel()
LoggingLevel
public void setLoggingLevel(LoggingLevel value)
value
- allowed object is
LoggingLevel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |