public class KeePassFile extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Meta">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Generator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HeaderHash" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="DatabaseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DatabaseNameChanged" type="{}keepassDateTime"/>
<element name="DatabaseDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DatabaseDescriptionChanged" type="{}keepassDateTime"/>
<element name="DefaultUserName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DefaultUserNameChanged" type="{}keepassDateTime"/>
<element name="MaintenanceHistoryDays" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Color" type="{}color"/>
<element name="MasterKeyChanged" type="{}keepassDateTime"/>
<element name="MasterKeyChangeRec" type="{}changeDays"/>
<element name="MasterKeyChangeForce" type="{}changeDays"/>
<element name="MemoryProtection">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProtectTitle" type="{}keepassBoolean"/>
<element name="ProtectUserName" type="{}keepassBoolean"/>
<element name="ProtectPassword" type="{}keepassBoolean"/>
<element name="ProtectURL" type="{}keepassBoolean"/>
<element name="ProtectNotes" type="{}keepassBoolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CustomIcons" type="{}customIcons"/>
<element name="RecycleBinEnabled" type="{}keepassBoolean"/>
<element name="RecycleBinUUID" type="{}uuidRef"/>
<element name="RecycleBinChanged" type="{}keepassDateTime"/>
<element name="EntryTemplatesGroup" type="{}uuidRef"/>
<element name="EntryTemplatesGroupChanged" type="{}keepassDateTime"/>
<element name="LastSelectedGroup" type="{}uuidRef"/>
<element name="LastTopVisibleGroup" type="{}uuidRef"/>
<element name="HistoryMaxItems" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="HistoryMaxSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Binaries" type="{}binaries" minOccurs="0"/>
<element name="CustomData" type="{}customData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Root">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Group"/>
<element name="DeletedObjects" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
KeePassFile.Meta
This contains database settings and also contains information
about the last state of the program that used the database.
|
static class |
KeePassFile.Root
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeePassFile.Meta |
meta |
protected KeePassFile.Root |
root |
| Constructor and Description |
|---|
KeePassFile() |
| Modifier and Type | Method and Description |
|---|---|
KeePassFile.Meta |
getMeta()
Gets the value of the meta property.
|
KeePassFile.Root |
getRoot()
Gets the value of the root property.
|
void |
setMeta(KeePassFile.Meta value)
Sets the value of the meta property.
|
void |
setRoot(KeePassFile.Root value)
Sets the value of the root property.
|
protected KeePassFile.Meta meta
protected KeePassFile.Root root
public KeePassFile.Meta getMeta()
KeePassFile.Metapublic void setMeta(KeePassFile.Meta value)
value - allowed object is
KeePassFile.Metapublic KeePassFile.Root getRoot()
KeePassFile.Rootpublic void setRoot(KeePassFile.Root value)
value - allowed object is
KeePassFile.RootCopyright © 2025. All rights reserved.