public static class CustomIcons.Icon 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="UUID" type="{}uuid"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LastModificationTime" type="{}keepassDateTime"/>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected Date |
lastModificationTime |
protected String |
name |
protected UUID |
uuid |
| Constructor and Description |
|---|
Icon() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the value of the data property.
|
Date |
getLastModificationTime()
Gets the value of the lastModificationTime property.
|
String |
getName()
Gets the value of the name property.
|
UUID |
getUUID()
Gets the value of the uuid property.
|
void |
setData(byte[] value)
Sets the value of the data property.
|
void |
setLastModificationTime(Date value)
Sets the value of the lastModificationTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUUID(UUID value)
Sets the value of the uuid property.
|
protected UUID uuid
protected String name
protected Date lastModificationTime
protected byte[] data
public UUID getUUID()
Stringpublic void setUUID(UUID value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Date getLastModificationTime()
Stringpublic void setLastModificationTime(Date value)
value - allowed object is
Stringpublic byte[] getData()
public void setData(byte[] value)
value - allowed object is
byte[]Copyright © 2025. All rights reserved.