public static class EntryClasses.BinaryProperty extends Object implements org.simpleframework.xml.util.Entry
| Modifier and Type | Class and Description |
|---|---|
static class |
EntryClasses.BinaryProperty.Value |
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected EntryClasses.BinaryProperty.Value |
value |
| Constructor and Description |
|---|
BinaryProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getName() |
void |
setKey(String key) |
void |
setValue(EntryClasses.BinaryProperty.Value value) |
protected String key
protected EntryClasses.BinaryProperty.Value value
public String getKey()
public String getName()
getName in interface org.simpleframework.xml.util.Entrypublic void setKey(String key)
public void setValue(EntryClasses.BinaryProperty.Value value)
Copyright © 2016. All rights reserved.