MigratoryData Client API for Java
Developer's Guide and Reference Manual
MigratoryDataField Class Reference

Represent a message field. More...

Inheritance diagram for MigratoryDataField:

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.
 

Detailed Description

Represent a message field.

Constructor & Destructor Documentation

◆ MigratoryDataField()

MigratoryDataField.MigratoryDataField ( String  name,
String  value 
)

Create a MigratoryDataField object.

Parameters
nameThe field name
valueThe field value

Member Function Documentation

◆ getName()

String MigratoryDataField.getName ( )

Get the field name.

Returns
A string representing the field name.

◆ getValue()

String MigratoryDataField.getValue ( )

Get the field value.

Returns
A string representing the field value.