nl.surfnet.coin.api.client.domain
Class Email
java.lang.Object
nl.surfnet.coin.api.client.domain.Email
- All Implemented Interfaces:
- Serializable
public class Email
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Email
public Email()
Email
public Email(String value,
Email.Type type)
Email
public Email(String value)
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value - the value to set
getType
public Email.Type getType()
- Returns:
- the type
setType
public void setType(Email.Type type)
- Parameters:
type - the type to set
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.