javax.xml.registry.infomodel
Interface EmailAddress


public interface EmailAddress

Version:
$Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $

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