public class DsmlValue extends Object
Java class for DsmlValue simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DsmlValue">
<union memberTypes=" {http://www.w3.org/2001/XMLSchema}string {http://www.w3.org/2001/XMLSchema}base64Binary {http://www.w3.org/2001/XMLSchema}anyURI">
</union>
</simpleType>
| Constructor and Description |
|---|
DsmlValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Make this class usable in Groovy code where String is expected.
|
Copyright © 2020 Open eHealth Foundation. All rights reserved.