
public class Document extends Object
Java class for anonymous complex type.
| Modifier and Type | Field and Description |
|---|---|
protected String |
datum |
protected String |
value |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatum()
Gets the value of the datum property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDatum(String value)
Sets the value of the datum property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic String getDatum()
StringCopyright © 2014–2017 B3Partners B.V.. All rights reserved.