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>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_LIFETIME |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_STRING_POLICY |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
ValuePolicyType() |
Modifier and Type | Method and Description |
---|---|
ValuePolicyType |
clone() |
PasswordLifeTimeType |
getLifetime() |
StringPolicyType |
getStringPolicy() |
void |
setLifetime(PasswordLifeTimeType value) |
void |
setStringPolicy(StringPolicyType value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_LIFETIME
public static final QName F_STRING_POLICY
public static final QName F_COMPLEX___TYPE
public PasswordLifeTimeType getLifetime()
public void setLifetime(PasswordLifeTimeType value)
public StringPolicyType getStringPolicy()
public void setStringPolicy(StringPolicyType value)
public ValuePolicyType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.