| Constructor and Description |
|---|
MessageAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the attribute type
|
String |
getValue()
Gets the attribute value
|
void |
setType(String type)
Sets the attribute type
|
void |
setValue(String value)
Sets the attribute value
|
public String getType()
public String getValue()
public void setType(String type)
type - A string representing the attribute typepublic void setValue(String value)
value - A string containing the attribute valueCopyright © 2016. All rights reserved.