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