public static class Binaries.Binary 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>base64Binary">
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Compressed" type="{}keepassBoolean" default="False" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
compressed |
protected Integer |
id |
protected byte[] |
value |
| Constructor and Description |
|---|
Binary() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCompressed()
Gets the value of the compressed property.
|
Integer |
getID()
Gets the value of the id property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setCompressed(Boolean value)
Sets the value of the compressed property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected Integer id
protected Boolean compressed
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public void setID(Integer value)
value - allowed object is
Integerpublic Boolean getCompressed()
StringCopyright © 2018. All rights reserved.