public class JaxbGroupBinding extends AbstractJaxbParentedBinding
Java class for Group element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Group">
<complexType>
<complexContent>
<extension base="{}Parented">
<sequence>
<element name="UUID" type="{}uuid"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IconID" type="{}iconId"/>
<element name="CustomIconUUID" type="{}customIconUuidRef" minOccurs="0"/>
<element ref="{}Times"/>
<element name="IsExpanded" type="{}keepassBoolean"/>
<element name="DefaultAutoTypeSequence" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EnableAutoType" type="{}keepassBoolean"/>
<element name="EnableSearching" type="{}keepassBoolean"/>
<element name="LastTopVisibleEntry" type="{}uuidRef"/>
<element ref="{}Entry" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Group" maxOccurs="unbounded" minOccurs="0"/>
<element name="CustomData" type="{}customData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected CustomData |
customData |
protected UUID |
customIconUUID |
protected String |
defaultAutoTypeSequence |
protected Boolean |
enableAutoType |
protected Boolean |
enableSearching |
protected List<JaxbEntryBinding> |
entry |
protected List<JaxbGroupBinding> |
group |
protected int |
iconID |
protected Boolean |
isExpanded |
protected UUID |
lastTopVisibleEntry |
protected String |
name |
protected String |
notes |
protected Times |
times |
protected UUID |
uuid |
parent| Constructor and Description |
|---|
JaxbGroupBinding() |
| Modifier and Type | Method and Description |
|---|---|
CustomData |
getCustomData()
Gets the value of the customData property.
|
UUID |
getCustomIconUUID()
Gets the value of the customIconUUID property.
|
String |
getDefaultAutoTypeSequence()
Gets the value of the defaultAutoTypeSequence property.
|
Boolean |
getEnableAutoType()
Gets the value of the enableAutoType property.
|
Boolean |
getEnableSearching()
Gets the value of the enableSearching property.
|
List<JaxbEntryBinding> |
getEntry()
Gets the value of the entry property.
|
List<JaxbGroupBinding> |
getGroup()
Gets the value of the group property.
|
int |
getIconID()
Gets the value of the iconID property.
|
Boolean |
getIsExpanded()
Gets the value of the isExpanded property.
|
UUID |
getLastTopVisibleEntry()
Gets the value of the lastTopVisibleEntry property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNotes()
Gets the value of the notes property.
|
Times |
getTimes()
Gets the value of the times property.
|
UUID |
getUUID()
Gets the value of the uuid property.
|
void |
setCustomData(CustomData value)
Sets the value of the customData property.
|
void |
setCustomIconUUID(UUID value)
Sets the value of the customIconUUID property.
|
void |
setDefaultAutoTypeSequence(String value)
Sets the value of the defaultAutoTypeSequence property.
|
void |
setEnableAutoType(Boolean value)
Sets the value of the enableAutoType property.
|
void |
setEnableSearching(Boolean value)
Sets the value of the enableSearching property.
|
void |
setIconID(int value)
Sets the value of the iconID property.
|
void |
setIsExpanded(Boolean value)
Sets the value of the isExpanded property.
|
void |
setLastTopVisibleEntry(UUID value)
Sets the value of the lastTopVisibleEntry property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setTimes(Times value)
Sets the value of the times property.
|
void |
setUUID(UUID value)
Sets the value of the uuid property.
|
protected UUID uuid
protected String name
protected String notes
protected int iconID
protected UUID customIconUUID
protected Times times
protected Boolean isExpanded
protected String defaultAutoTypeSequence
protected Boolean enableAutoType
protected Boolean enableSearching
protected UUID lastTopVisibleEntry
protected List<JaxbEntryBinding> entry
protected List<JaxbGroupBinding> group
protected CustomData customData
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 String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic int getIconID()
public void setIconID(int value)
public UUID getCustomIconUUID()
Stringpublic void setCustomIconUUID(UUID value)
value - allowed object is
Stringpublic Times getTimes()
Timespublic void setTimes(Times value)
value - allowed object is
Timespublic Boolean getIsExpanded()
Stringpublic void setIsExpanded(Boolean value)
value - allowed object is
Stringpublic String getDefaultAutoTypeSequence()
Stringpublic void setDefaultAutoTypeSequence(String value)
value - allowed object is
Stringpublic Boolean getEnableAutoType()
Stringpublic void setEnableAutoType(Boolean value)
value - allowed object is
Stringpublic Boolean getEnableSearching()
Stringpublic void setEnableSearching(Boolean value)
value - allowed object is
Stringpublic UUID getLastTopVisibleEntry()
Stringpublic void setLastTopVisibleEntry(UUID value)
value - allowed object is
Stringpublic List<JaxbEntryBinding> getEntry()
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 entry property.
For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbEntryBinding
public List<JaxbGroupBinding> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbGroupBinding
public CustomData getCustomData()
CustomDatapublic void setCustomData(CustomData value)
value - allowed object is
CustomDataCopyright © 2025. All rights reserved.