Package sonia.scm.xml

Class XmlMapStringElement

java.lang.Object
sonia.scm.xml.XmlMapStringElement

public class XmlMapStringElement extends Object
  • Constructor Details

    • XmlMapStringElement

      public XmlMapStringElement()
    • XmlMapStringElement

      public XmlMapStringElement(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • setKey

      public void setKey(String key)
    • setValue

      public void setValue(String value)