com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ValuePolicyType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType
All Implemented Interfaces:
Containerable, Objectable, java.io.Serializable, java.lang.Cloneable

public class ValuePolicyType
extends ObjectType
implements java.io.Serializable, java.lang.Cloneable

Java class for ValuePolicyType complex type.

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

 <complexType name="ValuePolicyType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType">
       <sequence>
         <element name="lifetime" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}PasswordLifeTimeType"/>
         <element name="stringPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}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
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, parentOrgRef
 
Constructor Summary
ValuePolicyType()
           
 
Method Summary
 ValuePolicyType clone()
           
 PasswordLifeTimeType getLifetime()
           
 StringPolicyType getStringPolicy()
           
 void setLifetime(PasswordLifeTimeType value)
           
 void setStringPolicy(StringPolicyType value)
           
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getName, getOid, getParentOrg, getParentOrgRef, getVersion, hashCode, setDescription, setExtension, setFetchResult, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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

ValuePolicyType

public ValuePolicyType()
Method Detail

getLifetime

public PasswordLifeTimeType getLifetime()

setLifetime

public void setLifetime(PasswordLifeTimeType value)

getStringPolicy

public StringPolicyType getStringPolicy()

setStringPolicy

public void setStringPolicy(StringPolicyType value)

clone

public ValuePolicyType clone()
Overrides:
clone in class ObjectType


Copyright © 2012 evolveum. All Rights Reserved.