javax.xml.registry.infomodel
Interface EmailAddress


public interface EmailAddress

Version:
$Revision$ $Date$

Method Summary
 String getAddress()
           
 String getType()
           
 void setAddress(String address)
           
 void setType(String type)
           
 

Method Detail

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 © 2006 Apache Software Foundation. All Rights Reserved.