org.hackystat.tickertape.tickerlingua.jaxb
Class Globals

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.Globals

public class Globals
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">
       <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

mail

protected Mail mail

loggingLevel

protected LoggingLevel loggingLevel
Constructor Detail

Globals

public Globals()
Method Detail

getMail

public Mail getMail()
Gets the value of the mail property.

Returns:
possible object is Mail

setMail

public void setMail(Mail value)
Sets the value of the mail property.

Parameters:
value - allowed object is Mail

getLoggingLevel

public LoggingLevel getLoggingLevel()
Gets the value of the loggingLevel property.

Returns:
possible object is LoggingLevel

setLoggingLevel

public void setLoggingLevel(LoggingLevel value)
Sets the value of the loggingLevel property.

Parameters:
value - allowed object is LoggingLevel