public class EmailAddressImpl extends Object implements EmailAddress
Constructor and Description |
---|
EmailAddressImpl() |
EmailAddressImpl(String email) |
EmailAddressImpl(String email,
String type) |
public EmailAddressImpl()
public EmailAddressImpl(String email)
public String getAddress() throws JAXRException
getAddress
in interface EmailAddress
JAXRException
public String getType() throws JAXRException
getType
in interface EmailAddress
JAXRException
public void setAddress(String str) throws JAXRException
setAddress
in interface EmailAddress
JAXRException
public void setType(String str) throws JAXRException
setType
in interface EmailAddress
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.