public class Attribute
extends java.lang.Object
Message.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
The name of this attribute.
|
java.lang.String |
value
The value of this attribute.
|
| Constructor and Description |
|---|
Attribute(java.lang.String name,
java.lang.String value)
Creates a new Attribute having the specified name and value.
|