public class Binaries extends Object
Java class for binaries complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="binaries">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="Binary">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Binaries.Binary
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Binaries.Binary> |
binary |
| Constructor and Description |
|---|
Binaries() |
| Modifier and Type | Method and Description |
|---|---|
List<Binaries.Binary> |
getBinary()
Gets the value of the binary property.
|
protected List<Binaries.Binary> binary
public List<Binaries.Binary> getBinary()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the binary property.
For example, to add a new item, do as follows:
getBinary().add(newItem);
Objects of the following type(s) are allowed in the list
Binaries.Binary
Copyright © 2018. All rights reserved.