org.hackystat.tickertape.tickerlingua.jaxb
Class Mail

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

public class Mail
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="{}smtp-server use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String smtpServer
           
 
Constructor Summary
Mail()
           
 
Method Summary
 java.lang.String getSmtpServer()
          Gets the value of the smtpServer property.
 void setSmtpServer(java.lang.String value)
          Sets the value of the smtpServer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smtpServer

protected java.lang.String smtpServer
Constructor Detail

Mail

public Mail()
Method Detail

getSmtpServer

public java.lang.String getSmtpServer()
Gets the value of the smtpServer property.

Returns:
possible object is String

setSmtpServer

public void setSmtpServer(java.lang.String value)
Sets the value of the smtpServer property.

Parameters:
value - allowed object is String