gov.nasa.worldwind.applications.gio.ebrim
Class EmailAddressParser
java.lang.Object
gov.nasa.worldwind.applications.gio.xml.ElementParser
gov.nasa.worldwind.applications.gio.ebrim.EmailAddressParser
- All Implemented Interfaces:
- EmailAddress
public class EmailAddressParser
- extends ElementParser
- implements EmailAddress
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_NAME
public static final String ELEMENT_NAME
- See Also:
- Constant Field Values
EmailAddressParser
public EmailAddressParser(String elementName,
Attributes attributes)
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