MigratoryData Client API for Java
Developer's Guide and Reference Manual
|
Represent a message field. More...
Public Member Functions | |
MigratoryDataField (String name, String value) | |
Create a MigratoryDataField object. More... | |
String | getName () |
Get the field name. More... | |
String | getValue () |
Get the field value. More... | |
String | toString () |
Return a string representation of the message field. | |
Represent a message field.
MigratoryDataField.MigratoryDataField | ( | String | name, |
String | value | ||
) |
Create a MigratoryDataField object.
name | The field name |
value | The field value |
String MigratoryDataField.getName | ( | ) |
Get the field name.
String MigratoryDataField.getValue | ( | ) |
Get the field value.