public class CustomIcons extends Object
Java class for customIcons complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customIcons">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="Icon">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomIcons.Icon
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomIcons.Icon> |
icon |
| Constructor and Description |
|---|
CustomIcons() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomIcons.Icon> |
getIcon()
Gets the value of the icon property.
|
protected List<CustomIcons.Icon> icon
public List<CustomIcons.Icon> getIcon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
CustomIcons.Icon
Copyright © 2024. All rights reserved.