edu.harvard.i2b2.crc.datavo.i2b2message
Class PasswordType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.PasswordType

public class PasswordType
extends Object

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

value

protected String value

isToken

protected Boolean isToken

tokenMsTimeout

protected Integer tokenMsTimeout
Constructor Detail

PasswordType

public PasswordType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isIsToken

public boolean isIsToken()
Gets the value of the isToken property.

Returns:
possible object is Boolean

setIsToken

public void setIsToken(Boolean value)
Sets the value of the isToken property.

Parameters:
value - allowed object is Boolean

getTokenMsTimeout

public Integer getTokenMsTimeout()
Gets the value of the tokenMsTimeout property.

Returns:
possible object is Integer

setTokenMsTimeout

public void setTokenMsTimeout(Integer value)
Sets the value of the tokenMsTimeout property.

Parameters:
value - allowed object is Integer

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.