public class AutoType extends Object
Java class for autoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="autoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Enabled" type="{}keepassBoolean"/>
<element name="DataTransferObfuscation">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="DefaultSequence" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Association">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="Window" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="KeystrokeSequence" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoType.Association
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AutoType.Association |
association |
protected int |
dataTransferObfuscation |
protected String |
defaultSequence |
protected Boolean |
enabled |
| Constructor and Description |
|---|
AutoType() |
| Modifier and Type | Method and Description |
|---|---|
AutoType.Association |
getAssociation()
Gets the value of the association property.
|
int |
getDataTransferObfuscation()
Gets the value of the dataTransferObfuscation property.
|
String |
getDefaultSequence()
Gets the value of the defaultSequence property.
|
Boolean |
getEnabled()
Gets the value of the enabled property.
|
void |
setAssociation(AutoType.Association value)
Sets the value of the association property.
|
void |
setDataTransferObfuscation(int value)
Sets the value of the dataTransferObfuscation property.
|
void |
setDefaultSequence(String value)
Sets the value of the defaultSequence property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
protected Boolean enabled
protected int dataTransferObfuscation
protected String defaultSequence
protected AutoType.Association association
public Boolean getEnabled()
Stringpublic void setEnabled(Boolean value)
value - allowed object is
Stringpublic int getDataTransferObfuscation()
public void setDataTransferObfuscation(int value)
public String getDefaultSequence()
Stringpublic void setDefaultSequence(String value)
value - allowed object is
Stringpublic AutoType.Association getAssociation()
AutoType.Associationpublic void setAssociation(AutoType.Association value)
value - allowed object is
AutoType.AssociationCopyright © 2025. All rights reserved.