public static class KeePassFile.Meta.MemoryProtection 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 name="ProtectTitle" type="{}keepassBoolean"/>
<element name="ProtectUserName" type="{}keepassBoolean"/>
<element name="ProtectPassword" type="{}keepassBoolean"/>
<element name="ProtectURL" type="{}keepassBoolean"/>
<element name="ProtectNotes" type="{}keepassBoolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
protectNotes |
protected Boolean |
protectPassword |
protected Boolean |
protectTitle |
protected Boolean |
protectURL |
protected Boolean |
protectUserName |
| Constructor and Description |
|---|
MemoryProtection() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getProtectNotes()
Gets the value of the protectNotes property.
|
Boolean |
getProtectPassword()
Gets the value of the protectPassword property.
|
Boolean |
getProtectTitle()
Gets the value of the protectTitle property.
|
Boolean |
getProtectURL()
Gets the value of the protectURL property.
|
Boolean |
getProtectUserName()
Gets the value of the protectUserName property.
|
void |
setProtectNotes(Boolean value)
Sets the value of the protectNotes property.
|
void |
setProtectPassword(Boolean value)
Sets the value of the protectPassword property.
|
void |
setProtectTitle(Boolean value)
Sets the value of the protectTitle property.
|
void |
setProtectURL(Boolean value)
Sets the value of the protectURL property.
|
void |
setProtectUserName(Boolean value)
Sets the value of the protectUserName property.
|
protected Boolean protectTitle
protected Boolean protectUserName
protected Boolean protectPassword
protected Boolean protectURL
protected Boolean protectNotes
public Boolean getProtectTitle()
Stringpublic void setProtectTitle(Boolean value)
value - allowed object is
Stringpublic Boolean getProtectUserName()
Stringpublic void setProtectUserName(Boolean value)
value - allowed object is
Stringpublic Boolean getProtectPassword()
Stringpublic void setProtectPassword(Boolean value)
value - allowed object is
Stringpublic Boolean getProtectURL()
Stringpublic void setProtectURL(Boolean value)
value - allowed object is
Stringpublic Boolean getProtectNotes()
StringCopyright © 2018. All rights reserved.