Class VootEmail
java.lang.Object
edu.internet2.middleware.grouperVoot.beans.VootEmail
Class representing VOOT email field in the object representing a person.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum to represnet email types, as supported by VOOT protocol. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
VootEmail
public VootEmail() 
 - 
 - 
Method Details
- 
equals
Method to check if an object is equal to the current object. - 
getType
Type of email. Should be a value between "home", "work", "other". e.g. 'work'- Returns:
 - type of the email.
 
 - 
setType
Type of email. Should be a value between "home", "work", "other". e.g. 'work'- Parameters:
 type1- the tile of the email.
 - 
getValue
Value of email e.g. john@smith.edu- Returns:
 - value the email address.
 
 - 
setValue
Value of email e.g. john@smith.edu- Parameters:
 value1- the email address.
 
 -