edu.harvard.med.cbmi.auth
Class GetEmail

java.lang.Object
  extended by edu.harvard.med.cbmi.auth.GetEmail

public class GetEmail
extends Object

Java class for getEmail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getEmail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String issuer
           
protected  String user
           
 
Constructor Summary
GetEmail()
           
 
Method Summary
 String getIssuer()
          Gets the value of the issuer property.
 String getUser()
          Gets the value of the user property.
 void setIssuer(String value)
          Sets the value of the issuer property.
 void setUser(String value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

issuer

protected String issuer

user

protected String user
Constructor Detail

GetEmail

public GetEmail()
Method Detail

getIssuer

public String getIssuer()
Gets the value of the issuer property.

Returns:
possible object is String

setIssuer

public void setIssuer(String value)
Sets the value of the issuer property.

Parameters:
value - allowed object is String

getUser

public String getUser()
Gets the value of the user property.

Returns:
possible object is String

setUser

public void setUser(String value)
Sets the value of the user property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.