com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ValuePolicyType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType
- All Implemented Interfaces:
- Containerable, Objectable, Serializable, Cloneable
public class ValuePolicyType
- extends ObjectType
- implements Serializable, 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
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 |
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
F_LIFETIME
public static final QName F_LIFETIME
F_STRING_POLICY
public static final QName F_STRING_POLICY
ValuePolicyType
public ValuePolicyType()
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 © 2013 evolveum. All Rights Reserved.