public class PasswordHistoryEntryType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for PasswordHistoryEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordHistoryEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/>
<element name="value" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
<element name="changeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CHANGE_TIMESTAMP |
static QName |
F_METADATA |
static QName |
F_VALUE |
| Constructor and Description |
|---|
PasswordHistoryEntryType() |
PasswordHistoryEntryType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
PasswordHistoryEntryType |
clone() |
boolean |
equals(Object object) |
XMLGregorianCalendar |
getChangeTimestamp() |
MetadataType |
getMetadata() |
com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType |
getValue() |
int |
hashCode() |
void |
setChangeTimestamp(XMLGregorianCalendar value) |
void |
setMetadata(MetadataType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
void |
setValue(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType value) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_METADATA
public static final QName F_VALUE
public static final QName F_CHANGE_TIMESTAMP
public PasswordHistoryEntryType()
public PasswordHistoryEntryType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic MetadataType getMetadata()
public void setMetadata(MetadataType value)
public com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType getValue()
public void setValue(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType value)
public XMLGregorianCalendar getChangeTimestamp()
public void setChangeTimestamp(XMLGregorianCalendar value)
public PasswordHistoryEntryType clone()
Copyright © 2016 Evolveum. All rights reserved.