public static class KeePassFile.Meta 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="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"/>
<element name="CustomData" type="{}customData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
KeePassFile.Meta.MemoryProtection
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Binaries |
binaries |
protected String |
color |
protected CustomData |
customData |
protected CustomIcons |
customIcons |
protected String |
databaseDescription |
protected Date |
databaseDescriptionChanged |
protected String |
databaseName |
protected Date |
databaseNameChanged |
protected String |
defaultUserName |
protected Date |
defaultUserNameChanged |
protected UUID |
entryTemplatesGroup |
protected Date |
entryTemplatesGroupChanged |
protected String |
generator |
protected byte[] |
headerHash |
protected int |
historyMaxItems |
protected int |
historyMaxSize |
protected UUID |
lastSelectedGroup |
protected UUID |
lastTopVisibleGroup |
protected int |
maintenanceHistoryDays |
protected Date |
masterKeyChanged |
protected int |
masterKeyChangeForce |
protected int |
masterKeyChangeRec |
protected KeePassFile.Meta.MemoryProtection |
memoryProtection |
protected Date |
recycleBinChanged |
protected Boolean |
recycleBinEnabled |
protected UUID |
recycleBinUUID |
| Constructor and Description |
|---|
Meta() |
| Modifier and Type | Method and Description |
|---|---|
Binaries |
getBinaries()
Gets the value of the binaries property.
|
String |
getColor()
Gets the value of the color property.
|
CustomData |
getCustomData()
Gets the value of the customData property.
|
CustomIcons |
getCustomIcons()
Gets the value of the customIcons property.
|
String |
getDatabaseDescription()
Gets the value of the databaseDescription property.
|
Date |
getDatabaseDescriptionChanged()
Gets the value of the databaseDescriptionChanged property.
|
String |
getDatabaseName()
Gets the value of the databaseName property.
|
Date |
getDatabaseNameChanged()
Gets the value of the databaseNameChanged property.
|
String |
getDefaultUserName()
Gets the value of the defaultUserName property.
|
Date |
getDefaultUserNameChanged()
Gets the value of the defaultUserNameChanged property.
|
UUID |
getEntryTemplatesGroup()
Gets the value of the entryTemplatesGroup property.
|
Date |
getEntryTemplatesGroupChanged()
Gets the value of the entryTemplatesGroupChanged property.
|
String |
getGenerator()
Gets the value of the generator property.
|
byte[] |
getHeaderHash()
Gets the value of the headerHash property.
|
int |
getHistoryMaxItems()
Gets the value of the historyMaxItems property.
|
int |
getHistoryMaxSize()
Gets the value of the historyMaxSize property.
|
UUID |
getLastSelectedGroup()
Gets the value of the lastSelectedGroup property.
|
UUID |
getLastTopVisibleGroup()
Gets the value of the lastTopVisibleGroup property.
|
int |
getMaintenanceHistoryDays()
Gets the value of the maintenanceHistoryDays property.
|
Date |
getMasterKeyChanged()
Gets the value of the masterKeyChanged property.
|
int |
getMasterKeyChangeForce()
Gets the value of the masterKeyChangeForce property.
|
int |
getMasterKeyChangeRec()
Gets the value of the masterKeyChangeRec property.
|
KeePassFile.Meta.MemoryProtection |
getMemoryProtection()
Gets the value of the memoryProtection property.
|
Date |
getRecycleBinChanged()
Gets the value of the recycleBinChanged property.
|
Boolean |
getRecycleBinEnabled()
Gets the value of the recycleBinEnabled property.
|
UUID |
getRecycleBinUUID()
Gets the value of the recycleBinUUID property.
|
void |
setBinaries(Binaries value)
Sets the value of the binaries property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setCustomData(CustomData value)
Sets the value of the customData property.
|
void |
setCustomIcons(CustomIcons value)
Sets the value of the customIcons property.
|
void |
setDatabaseDescription(String value)
Sets the value of the databaseDescription property.
|
void |
setDatabaseDescriptionChanged(Date value)
Sets the value of the databaseDescriptionChanged property.
|
void |
setDatabaseName(String value)
Sets the value of the databaseName property.
|
void |
setDatabaseNameChanged(Date value)
Sets the value of the databaseNameChanged property.
|
void |
setDefaultUserName(String value)
Sets the value of the defaultUserName property.
|
void |
setDefaultUserNameChanged(Date value)
Sets the value of the defaultUserNameChanged property.
|
void |
setEntryTemplatesGroup(UUID value)
Sets the value of the entryTemplatesGroup property.
|
void |
setEntryTemplatesGroupChanged(Date value)
Sets the value of the entryTemplatesGroupChanged property.
|
void |
setGenerator(String value)
Sets the value of the generator property.
|
void |
setHeaderHash(byte[] value)
Sets the value of the headerHash property.
|
void |
setHistoryMaxItems(int value)
Sets the value of the historyMaxItems property.
|
void |
setHistoryMaxSize(int value)
Sets the value of the historyMaxSize property.
|
void |
setLastSelectedGroup(UUID value)
Sets the value of the lastSelectedGroup property.
|
void |
setLastTopVisibleGroup(UUID value)
Sets the value of the lastTopVisibleGroup property.
|
void |
setMaintenanceHistoryDays(int value)
Sets the value of the maintenanceHistoryDays property.
|
void |
setMasterKeyChanged(Date value)
Sets the value of the masterKeyChanged property.
|
void |
setMasterKeyChangeForce(int value)
Sets the value of the masterKeyChangeForce property.
|
void |
setMasterKeyChangeRec(int value)
Sets the value of the masterKeyChangeRec property.
|
void |
setMemoryProtection(KeePassFile.Meta.MemoryProtection value)
Sets the value of the memoryProtection property.
|
void |
setRecycleBinChanged(Date value)
Sets the value of the recycleBinChanged property.
|
void |
setRecycleBinEnabled(Boolean value)
Sets the value of the recycleBinEnabled property.
|
void |
setRecycleBinUUID(UUID value)
Sets the value of the recycleBinUUID property.
|
protected String generator
protected byte[] headerHash
protected String databaseName
protected Date databaseNameChanged
protected String databaseDescription
protected Date databaseDescriptionChanged
protected String defaultUserName
protected Date defaultUserNameChanged
protected int maintenanceHistoryDays
protected String color
protected Date masterKeyChanged
protected int masterKeyChangeRec
protected int masterKeyChangeForce
protected KeePassFile.Meta.MemoryProtection memoryProtection
protected CustomIcons customIcons
protected Boolean recycleBinEnabled
protected UUID recycleBinUUID
protected Date recycleBinChanged
protected UUID entryTemplatesGroup
protected Date entryTemplatesGroupChanged
protected UUID lastSelectedGroup
protected UUID lastTopVisibleGroup
protected int historyMaxItems
protected int historyMaxSize
protected Binaries binaries
protected CustomData customData
public String getGenerator()
Stringpublic void setGenerator(String value)
value - allowed object is
Stringpublic byte[] getHeaderHash()
public void setHeaderHash(byte[] value)
value - allowed object is
byte[]public String getDatabaseName()
Stringpublic void setDatabaseName(String value)
value - allowed object is
Stringpublic Date getDatabaseNameChanged()
Stringpublic void setDatabaseNameChanged(Date value)
value - allowed object is
Stringpublic String getDatabaseDescription()
Stringpublic void setDatabaseDescription(String value)
value - allowed object is
Stringpublic Date getDatabaseDescriptionChanged()
Stringpublic void setDatabaseDescriptionChanged(Date value)
value - allowed object is
Stringpublic String getDefaultUserName()
Stringpublic void setDefaultUserName(String value)
value - allowed object is
Stringpublic Date getDefaultUserNameChanged()
Stringpublic void setDefaultUserNameChanged(Date value)
value - allowed object is
Stringpublic int getMaintenanceHistoryDays()
public void setMaintenanceHistoryDays(int value)
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic Date getMasterKeyChanged()
Stringpublic void setMasterKeyChanged(Date value)
value - allowed object is
Stringpublic int getMasterKeyChangeRec()
public void setMasterKeyChangeRec(int value)
public int getMasterKeyChangeForce()
public void setMasterKeyChangeForce(int value)
public KeePassFile.Meta.MemoryProtection getMemoryProtection()
KeePassFile.Meta.MemoryProtectionpublic void setMemoryProtection(KeePassFile.Meta.MemoryProtection value)
value - allowed object is
KeePassFile.Meta.MemoryProtectionpublic CustomIcons getCustomIcons()
CustomIconspublic void setCustomIcons(CustomIcons value)
value - allowed object is
CustomIconspublic Boolean getRecycleBinEnabled()
Stringpublic void setRecycleBinEnabled(Boolean value)
value - allowed object is
Stringpublic UUID getRecycleBinUUID()
Stringpublic void setRecycleBinUUID(UUID value)
value - allowed object is
Stringpublic Date getRecycleBinChanged()
Stringpublic void setRecycleBinChanged(Date value)
value - allowed object is
Stringpublic UUID getEntryTemplatesGroup()
Stringpublic void setEntryTemplatesGroup(UUID value)
value - allowed object is
Stringpublic Date getEntryTemplatesGroupChanged()
Stringpublic void setEntryTemplatesGroupChanged(Date value)
value - allowed object is
Stringpublic UUID getLastSelectedGroup()
Stringpublic void setLastSelectedGroup(UUID value)
value - allowed object is
Stringpublic UUID getLastTopVisibleGroup()
Stringpublic void setLastTopVisibleGroup(UUID value)
value - allowed object is
Stringpublic int getHistoryMaxItems()
public void setHistoryMaxItems(int value)
public int getHistoryMaxSize()
public void setHistoryMaxSize(int value)
public Binaries getBinaries()
Binariespublic void setBinaries(Binaries value)
value - allowed object is
Binariespublic CustomData getCustomData()
CustomDatapublic void setCustomData(CustomData value)
value - allowed object is
CustomDataCopyright © 2018. All rights reserved.