Class SpecialType

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

public class SpecialType extends Object implements Serializable
Special-type is a child element of reagent type and provides a name and attributes describing a special type of reagent type.
See Also:
  • Field Details

  • Constructor Details

    • SpecialType

      public SpecialType()
    • SpecialType

      public SpecialType(String name)
  • Method Details

    • getAttributes

      public List<Attribute> getAttributes()
    • addAttribute

      public void addAttribute(Attribute a)
    • addAttribute

      public void addAttribute(String name, String value)
    • getName

      public String getName()
    • setName

      public void setName(String value)