java.lang.Object
com.genologics.ri.reagenttype.Attribute
- All Implemented Interfaces:
Serializable
Attribute is a child element of special type and provides a name-value pair
of the special type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the attribute. -
value
The value of the attribute.
-
-
Constructor Details
-
Attribute
public Attribute()Default constructor. -
Attribute
Constructor with name.- Parameters:
name- The attribute name.
-
Attribute
Constructor with name and value.- Parameters:
name- The attribute name.value- The attribute value.
-
-
Method Details
-
getName
Gets the name of the attribute.- Returns:
- The attribute name.
-
setName
Sets the name of the attribute.- Parameters:
name- The attribute name.
-
getValue
Gets the value of the attribute.- Returns:
- The attribute value.
-
setValue
Sets the value of the attribute.- Parameters:
value- The attribute value.
-