|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.SecurityType
public class SecurityType
Java class for securityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="securityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}passwordType"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
domain
|
protected PasswordType |
password
|
protected String |
username
|
| Constructor Summary | |
|---|---|
SecurityType()
|
|
SecurityType(String domain,
String username,
PasswordType password)
|
|
| Method Summary | |
|---|---|
String |
getDomain()
Gets the value of the domain property. |
PasswordType |
getPassword()
Gets the value of the password property. |
String |
getUsername()
Gets the value of the username property. |
void |
setDomain(String value)
Sets the value of the domain property. |
void |
setPassword(PasswordType value)
Sets the value of the password property. |
void |
setUsername(String value)
Sets the value of the username property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String domain
protected String username
protected PasswordType password
| Constructor Detail |
|---|
public SecurityType()
public SecurityType(String domain,
String username,
PasswordType password)
| Method Detail |
|---|
public String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic PasswordType getPassword()
PasswordTypepublic void setPassword(PasswordType value)
value - allowed object is
PasswordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||