javax.xml.registry.infomodel
Interface EmailAddress


public interface EmailAddress


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

Method Detail

getAddress

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

getType

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

setAddress

public void setAddress(java.lang.String addr)
                throws JAXRException (src) 
Throws:
JAXRException (src)

setType

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