To get the String value of the attribute from the SailPoint object attribute use getStringAttribute method.
String email=account.getStringAttribute("email");
Here account is the object which has email attribute.
To get the String value of the attribute from the SailPoint object attribute use getStringAttribute method.
String email=account.getStringAttribute("email");
Here account is the object which has email attribute.