com.mirth.match.ejb.core
Class Password

java.lang.Object
  extended by com.mirth.match.ejb.core.KanaEntity
      extended by com.mirth.match.ejb.core.Password

public class Password
extends KanaEntity

Java class for password complex type.

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

 <complexType name="password">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="fromdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="hintanswer1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hintanswer2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hintquestion1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hintquestion2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="passwordKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="todate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="user" type="{http://core.ejb.match.mirth.com/}user" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar fromdate
           
protected  java.lang.String hintanswer1
           
protected  java.lang.String hintanswer2
           
protected  java.lang.String hintquestion1
           
protected  java.lang.String hintquestion2
           
protected  java.lang.String password
           
protected  java.lang.Integer passwordKey
           
protected  javax.xml.datatype.XMLGregorianCalendar todate
           
protected  User user
           
 
Constructor Summary
Password()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getFromdate()
          Gets the value of the fromdate property.
 java.lang.String getHintanswer1()
          Gets the value of the hintanswer1 property.
 java.lang.String getHintanswer2()
          Gets the value of the hintanswer2 property.
 java.lang.String getHintquestion1()
          Gets the value of the hintquestion1 property.
 java.lang.String getHintquestion2()
          Gets the value of the hintquestion2 property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.Integer getPasswordKey()
          Gets the value of the passwordKey property.
 javax.xml.datatype.XMLGregorianCalendar getTodate()
          Gets the value of the todate property.
 User getUser()
          Gets the value of the user property.
 void setFromdate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the fromdate property.
 void setHintanswer1(java.lang.String value)
          Sets the value of the hintanswer1 property.
 void setHintanswer2(java.lang.String value)
          Sets the value of the hintanswer2 property.
 void setHintquestion1(java.lang.String value)
          Sets the value of the hintquestion1 property.
 void setHintquestion2(java.lang.String value)
          Sets the value of the hintquestion2 property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setPasswordKey(java.lang.Integer value)
          Sets the value of the passwordKey property.
 void setTodate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the todate property.
 void setUser(User 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

fromdate

protected javax.xml.datatype.XMLGregorianCalendar fromdate

hintanswer1

protected java.lang.String hintanswer1

hintanswer2

protected java.lang.String hintanswer2

hintquestion1

protected java.lang.String hintquestion1

hintquestion2

protected java.lang.String hintquestion2

password

protected java.lang.String password

passwordKey

protected java.lang.Integer passwordKey

todate

protected javax.xml.datatype.XMLGregorianCalendar todate

user

protected User user
Constructor Detail

Password

public Password()
Method Detail

getFromdate

public javax.xml.datatype.XMLGregorianCalendar getFromdate()
Gets the value of the fromdate property.

Returns:
possible object is XMLGregorianCalendar

setFromdate

public void setFromdate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the fromdate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getHintanswer1

public java.lang.String getHintanswer1()
Gets the value of the hintanswer1 property.

Returns:
possible object is String

setHintanswer1

public void setHintanswer1(java.lang.String value)
Sets the value of the hintanswer1 property.

Parameters:
value - allowed object is String

getHintanswer2

public java.lang.String getHintanswer2()
Gets the value of the hintanswer2 property.

Returns:
possible object is String

setHintanswer2

public void setHintanswer2(java.lang.String value)
Sets the value of the hintanswer2 property.

Parameters:
value - allowed object is String

getHintquestion1

public java.lang.String getHintquestion1()
Gets the value of the hintquestion1 property.

Returns:
possible object is String

setHintquestion1

public void setHintquestion1(java.lang.String value)
Sets the value of the hintquestion1 property.

Parameters:
value - allowed object is String

getHintquestion2

public java.lang.String getHintquestion2()
Gets the value of the hintquestion2 property.

Returns:
possible object is String

setHintquestion2

public void setHintquestion2(java.lang.String value)
Sets the value of the hintquestion2 property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getPasswordKey

public java.lang.Integer getPasswordKey()
Gets the value of the passwordKey property.

Returns:
possible object is Integer

setPasswordKey

public void setPasswordKey(java.lang.Integer value)
Sets the value of the passwordKey property.

Parameters:
value - allowed object is Integer

getTodate

public javax.xml.datatype.XMLGregorianCalendar getTodate()
Gets the value of the todate property.

Returns:
possible object is XMLGregorianCalendar

setTodate

public void setTodate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the todate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getUser

public User getUser()
Gets the value of the user property.

Returns:
possible object is User

setUser

public void setUser(User value)
Sets the value of the user property.

Parameters:
value - allowed object is User


Copyright © 2011 Mirth Corp. All Rights Reserved.