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

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...
 

Detailed Description

Represent a message field.

Constructor & Destructor Documentation

MigratoryDataField.MigratoryDataField ( String  name,
String  value 
)

Create a MigratoryDataField object.

Parameters
nameThe field name
valueThe field value

Member Function Documentation

String MigratoryDataField.getName ( )

Get the field name.

Returns
A string representing the field name.
String MigratoryDataField.getValue ( )

Get the field value.

Returns
A string representing the field value.