Interface XmlElementAttribute

All Superinterfaces:
Serializable
All Known Implementing Classes:
XmlElementAttributeImpl

public interface XmlElementAttribute extends Serializable
The interface Xml element attribute.
  • Method Details

    • getName

      String getName()
      Gets name.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getValue

      String getValue()
      Gets value.
      Returns:
      the value
    • setValue

      void setValue(String value)
      Sets value.
      Parameters:
      value - the value