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-3}ObjectType"> <sequence> <element name="lifetime" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordLifeTimeType"/> <element name="stringPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringPolicyType"/> <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_LIFETIME |
static QName |
F_MAX_OCCURS |
static QName |
F_MIN_OCCURS |
static QName |
F_STRING_POLICY |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_LIFECYCLE_STATE, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
ValuePolicyType() |
ValuePolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ValuePolicyType |
clone() |
PasswordLifeTimeType |
getLifetime() |
String |
getMaxOccurs() |
String |
getMinOccurs() |
StringPolicyType |
getStringPolicy() |
void |
setLifetime(PasswordLifeTimeType value) |
void |
setMaxOccurs(String value) |
void |
setMinOccurs(String value) |
void |
setStringPolicy(StringPolicyType value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getLifecycleState, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setLifecycleState, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_LIFETIME
public static final QName F_STRING_POLICY
public static final QName F_MIN_OCCURS
public static final QName F_MAX_OCCURS
public ValuePolicyType()
public ValuePolicyType(PrismContext prismContext)
public PasswordLifeTimeType getLifetime()
public void setLifetime(PasswordLifeTimeType value)
public StringPolicyType getStringPolicy()
public void setStringPolicy(StringPolicyType value)
public String getMinOccurs()
public void setMinOccurs(String value)
public String getMaxOccurs()
public void setMaxOccurs(String value)
public ValuePolicyType clone()
clone
in class ObjectType
Copyright © 2016 Evolveum. All rights reserved.