|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.med.cbmi.auth.Authenticate
public class Authenticate
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 |
|---|
protected String app
protected String issuer
protected String user
protected String pass
| Constructor Detail |
|---|
public Authenticate()
| Method Detail |
|---|
public String getApp()
Stringpublic void setApp(String value)
value - allowed object is
Stringpublic String getIssuer()
Stringpublic void setIssuer(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPass()
Stringpublic void setPass(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||