public static class KeePassFile.Root 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 ref="{}Group"/>
<element name="DeletedObjects" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
deletedObjects |
protected JaxbGroupBinding |
group |
| Constructor and Description |
|---|
Root() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDeletedObjects()
Gets the value of the deletedObjects property.
|
JaxbGroupBinding |
getGroup()
This is the root group which contains everything.
|
void |
setDeletedObjects(Object value)
Sets the value of the deletedObjects property.
|
void |
setGroup(JaxbGroupBinding value)
Sets the value of the group property.
|
protected JaxbGroupBinding group
protected Object deletedObjects
public JaxbGroupBinding getGroup()
JaxbGroupBindingpublic void setGroup(JaxbGroupBinding value)
value - allowed object is
JaxbGroupBindingpublic Object getDeletedObjects()
ObjectCopyright © 2025. All rights reserved.