Class 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 Detail

      • value

        protected String value
    • Constructor Detail

      • DsmlValue

        public DsmlValue()
    • Method Detail

      • 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