com.evolveum.midpoint.xml.ns._public.common.common_1
Class PasswordPolicyType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.PasswordPolicyType
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class PasswordPolicyType
extends ObjectType
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Java class for PasswordPolicyType complex type.

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

 <complexType name="PasswordPolicyType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectType">
       <sequence>
         <element name="lifetime" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PasswordLifeTimeType"/>
         <element name="stringPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}StringPolicyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_LIFETIME
           
static javax.xml.namespace.QName F_STRING_POLICY
           
protected  PasswordLifeTimeType lifetime
           
protected  StringPolicyType stringPolicy
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
description, F_DESCRIPTION, F_FETCH_RESULT, F_NAME, F_VERSION, fetchResult, name, oid, version
 
Constructor Summary
PasswordPolicyType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 PasswordLifeTimeType getLifetime()
          Gets the value of the lifetime property.
 StringPolicyType getStringPolicy()
          Gets the value of the stringPolicy property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setLifetime(PasswordLifeTimeType value)
          Sets the value of the lifetime property.
 void setStringPolicy(StringPolicyType value)
          Sets the value of the stringPolicy property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
getDescription, getFetchResult, getName, getOid, getVersion, setDescription, setFetchResult, setName, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

lifetime

protected PasswordLifeTimeType lifetime

stringPolicy

protected StringPolicyType stringPolicy

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_LIFETIME

public static final javax.xml.namespace.QName F_LIFETIME

F_STRING_POLICY

public static final javax.xml.namespace.QName F_STRING_POLICY
Constructor Detail

PasswordPolicyType

public PasswordPolicyType()
Method Detail

getLifetime

public PasswordLifeTimeType getLifetime()
Gets the value of the lifetime property.

Returns:
possible object is PasswordLifeTimeType

setLifetime

public void setLifetime(PasswordLifeTimeType value)
Sets the value of the lifetime property.

Parameters:
value - allowed object is PasswordLifeTimeType

getStringPolicy

public StringPolicyType getStringPolicy()
Gets the value of the stringPolicy property.

Returns:
possible object is StringPolicyType

setStringPolicy

public void setStringPolicy(StringPolicyType value)
Sets the value of the stringPolicy property.

Parameters:
value - allowed object is StringPolicyType

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ObjectType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class ObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class ObjectType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class ObjectType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class ObjectType


Copyright © 2012 evolveum. All Rights Reserved.