nl.surfnet.coin.api.client.domain
Class Email

java.lang.Object
  extended by nl.surfnet.coin.api.client.domain.Email
All Implemented Interfaces:
Serializable

public class Email
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class Email.Type
           
 
Constructor Summary
Email()
           
Email(String value)
           
Email(String value, Email.Type type)
           
 
Method Summary
 Email.Type getType()
           
 String getValue()
           
 void setType(Email.Type type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()

Email

public Email(String value,
             Email.Type type)

Email

public Email(String value)
Method Detail

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.