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>
 
  • Field Details

    • value

      protected String value
  • Constructor Details

    • DsmlValue

      public DsmlValue()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Make this class usable in Groovy code where String is expected.
      Overrides:
      toString in class Object