com.evolveum.midpoint.xml.ns._public.common.common_1
Class CredentialsType.Password

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.CredentialsType.Password
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CredentialsType

public static class CredentialsType.Password
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

any

protected java.lang.Object any

failedLogins

protected java.math.BigInteger failedLogins

lastFailedLoginTimestamp

protected javax.xml.datatype.XMLGregorianCalendar lastFailedLoginTimestamp
Constructor Detail

CredentialsType.Password

public CredentialsType.Password()
Method Detail

getAny

public java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

public void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

getFailedLogins

public java.math.BigInteger getFailedLogins()
Gets the value of the failedLogins property.

Returns:
possible object is BigInteger

setFailedLogins

public void setFailedLogins(java.math.BigInteger value)
Sets the value of the failedLogins property.

Parameters:
value - allowed object is BigInteger

getLastFailedLoginTimestamp

public javax.xml.datatype.XMLGregorianCalendar getLastFailedLoginTimestamp()
Gets the value of the lastFailedLoginTimestamp property.

Returns:
possible object is XMLGregorianCalendar

setLastFailedLoginTimestamp

public void setLastFailedLoginTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastFailedLoginTimestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2011 evolveum. All Rights Reserved.