javax.xml.registry.infomodel
Interface EmailAddress


public interface EmailAddress

Version:
$Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $

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

Method Detail

getAddress

java.lang.String getAddress()
                            throws JAXRException
Throws:
JAXRException

getType

java.lang.String getType()
                         throws JAXRException
Throws:
JAXRException

setAddress

void setAddress(java.lang.String address)
                throws JAXRException
Throws:
JAXRException

setType

void setType(java.lang.String type)
             throws JAXRException
Throws:
JAXRException


Copyright © 2011. All Rights Reserved.