Class DsmlValue
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlValue
-
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 Summary
Constructors Constructor Description DsmlValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the value of the value property.voidsetValue(String value)Sets the value of the value property.StringtoString()Make this class usable in Groovy code where String is expected.
-