Class Attribute

java.lang.Object
com.genologics.ri.reagenttype.Attribute
All Implemented Interfaces:
Serializable

public class Attribute extends Object implements Serializable
Attribute is a child element of special type and provides a name-value pair of the special type.
See Also:
  • Field Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • Attribute

      public Attribute()
    • Attribute

      public Attribute(String name)
    • Attribute

      public Attribute(String name, String value)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)