|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pm.PasswordType
public class PasswordType
Java class for passwordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="passwordType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="is_token" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="token_ms_timeout" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
isToken
|
protected Integer |
tokenMsTimeout
|
protected String |
value
|
| Constructor Summary | |
|---|---|
PasswordType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Integer |
getTokenMsTimeout()
Gets the value of the tokenMsTimeout property. |
String |
getValue()
Gets the value of the value property. |
int |
hashCode()
|
boolean |
isIsToken()
Gets the value of the isToken property. |
void |
setIsToken(Boolean value)
Sets the value of the isToken property. |
void |
setTokenMsTimeout(Integer value)
Sets the value of the tokenMsTimeout property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected Boolean isToken
protected Integer tokenMsTimeout
| Constructor Detail |
|---|
public PasswordType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isIsToken()
Booleanpublic void setIsToken(Boolean value)
value - allowed object is
Booleanpublic Integer getTokenMsTimeout()
Integerpublic void setTokenMsTimeout(Integer value)
value - allowed object is
Integerpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||