NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Class EmailAddressParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.ebrim.EmailAddressParser
All Implemented Interfaces:
EmailAddress

public class EmailAddressParser
extends ElementParser
implements EmailAddress


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
EmailAddressParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getAddress()
           
 String getType()
           
 void setAddress(String address)
           
 void setType(String type)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, doStartElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

EmailAddressParser

public EmailAddressParser(String elementName,
                          Attributes attributes)
Method Detail

getAddress

public String getAddress()
Specified by:
getAddress in interface EmailAddress

getType

public String getType()
Specified by:
getType in interface EmailAddress

setAddress

public void setAddress(String address)
Specified by:
setAddress in interface EmailAddress

setType

public void setType(String type)
Specified by:
setType in interface EmailAddress

NASA World Wind