public static class StringField.Value extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Protected" type="{}keepassBoolean" />
<attribute name="ProtectInMemory" type="{}keepassBoolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_protected |
protected Boolean |
protectInMemory |
protected String |
value |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getProtected()
Gets the value of the protected property.
|
Boolean |
getProtectInMemory()
Gets the value of the protectInMemory property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setProtected(Boolean value)
Sets the value of the protected property.
|
void |
setProtectInMemory(Boolean value)
Sets the value of the protectInMemory property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Boolean _protected
protected Boolean protectInMemory
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Boolean getProtected()
Stringpublic void setProtected(Boolean value)
value - allowed object is
Stringpublic Boolean getProtectInMemory()
StringCopyright © 2018. All rights reserved.