public static class KeePassFile.Binaries.Binary extends Object implements org.simpleframework.xml.util.Entry
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
compressed |
protected Integer |
id |
protected String |
value |
| Constructor and Description |
|---|
Binary() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCompressed() |
Integer |
getId() |
String |
getName() |
String |
getValue() |
void |
setCompressed(boolean compressed) |
void |
setId(Integer Id) |
void |
setValue(String value) |
protected String value
protected Integer id
protected Boolean compressed
public String getName()
getName in interface org.simpleframework.xml.util.Entrypublic String getValue()
public Boolean getCompressed()
public Integer getId()
public void setId(Integer Id)
public void setValue(String value)
public void setCompressed(boolean compressed)
Copyright © 2018. All rights reserved.