edu.harvard.med.cbmi.auth
Class Authenticate

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

public class Authenticate
extends Object

Java class for authenticate complex type.

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

 <complexType name="authenticate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="app" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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"/>
         <element name="pass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String app
           
protected  String issuer
           
protected  String pass
           
protected  String user
           
 
Constructor Summary
Authenticate()
           
 
Method Summary
 String getApp()
          Gets the value of the app property.
 String getIssuer()
          Gets the value of the issuer property.
 String getPass()
          Gets the value of the pass property.
 String getUser()
          Gets the value of the user property.
 void setApp(String value)
          Sets the value of the app property.
 void setIssuer(String value)
          Sets the value of the issuer property.
 void setPass(String value)
          Sets the value of the pass 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

app

protected String app

issuer

protected String issuer

user

protected String user

pass

protected String pass
Constructor Detail

Authenticate

public Authenticate()
Method Detail

getApp

public String getApp()
Gets the value of the app property.

Returns:
possible object is String

setApp

public void setApp(String value)
Sets the value of the app property.

Parameters:
value - allowed object is String

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

getPass

public String getPass()
Gets the value of the pass property.

Returns:
possible object is String

setPass

public void setPass(String value)
Sets the value of the pass property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.