javax.xml.registry.infomodel
Interface EmailAddress
- All Known Implementing Classes:
- EmailAddressImpl
public interface EmailAddress
- Version:
- $Revision$ $Date$
getAddress
String getAddress()
throws JAXRException
- Throws:
JAXRException
getType
String getType()
throws JAXRException
- Throws:
JAXRException
setAddress
void setAddress(String address)
throws JAXRException
- Throws:
JAXRException
setType
void setType(String type)
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.