public class StringField extends Object
Java class for stringField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stringField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Value">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Protected" type="{}keepassBoolean" />
<attribute name="ProtectInMemory" type="{}keepassBoolean" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
StringField.Value
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected StringField.Value |
value |
| Constructor and Description |
|---|
StringField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
StringField.Value |
getValue()
Gets the value of the value property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(StringField.Value value)
Sets the value of the value property.
|
protected String key
protected StringField.Value value
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic StringField.Value getValue()
StringField.Valuepublic void setValue(StringField.Value value)
value - allowed object is
StringField.ValueCopyright © 2018. All rights reserved.