|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.core.KanaEntity
com.mirth.match.ejb.core.Password
public class Password
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 |
---|
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 Detail |
---|
public Password()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getFromdate()
XMLGregorianCalendar
public void setFromdate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getHintanswer1()
String
public void setHintanswer1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHintanswer2()
String
public void setHintanswer2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHintquestion1()
String
public void setHintquestion1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHintquestion2()
String
public void setHintquestion2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPasswordKey()
Integer
public void setPasswordKey(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getTodate()
XMLGregorianCalendar
public void setTodate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public User getUser()
User
public void setUser(User value)
value
- allowed object is
User
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |