KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > EmailAddress

javax.xml.registry.infomodel
Interface EmailAddress

See Also:
Top Examples, Source Code, User

public String getAddress()
                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getType()
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAddress(String address)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setType(String type)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags