|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.CredentialsType.Password
public static class CredentialsType.Password
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> <element name="failedLogins" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="lastFailedLoginTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Object |
any
|
protected java.math.BigInteger |
failedLogins
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastFailedLoginTimestamp
|
Constructor Summary | |
---|---|
CredentialsType.Password()
|
Method Summary | |
---|---|
java.lang.Object |
getAny()
Gets the value of the any property. |
java.math.BigInteger |
getFailedLogins()
Gets the value of the failedLogins property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastFailedLoginTimestamp()
Gets the value of the lastFailedLoginTimestamp property. |
void |
setAny(java.lang.Object value)
Sets the value of the any property. |
void |
setFailedLogins(java.math.BigInteger value)
Sets the value of the failedLogins property. |
void |
setLastFailedLoginTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastFailedLoginTimestamp property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object any
protected java.math.BigInteger failedLogins
protected javax.xml.datatype.XMLGregorianCalendar lastFailedLoginTimestamp
Constructor Detail |
---|
public CredentialsType.Password()
Method Detail |
---|
public java.lang.Object getAny()
Element
Object
public void setAny(java.lang.Object value)
value
- allowed object is
Element
Object
public java.math.BigInteger getFailedLogins()
BigInteger
public void setFailedLogins(java.math.BigInteger value)
value
- allowed object is
BigInteger
public javax.xml.datatype.XMLGregorianCalendar getLastFailedLoginTimestamp()
XMLGregorianCalendar
public void setLastFailedLoginTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |