com.ibm.nex.odpp
Class Field

java.lang.Object
  extended by Struct
      extended by com.ibm.nex.odpp.Field

public class Field
extends Struct


Field Summary
static java.lang.String COPYRIGHT
          Legal copyright notice.
 
Constructor Summary
Field()
          Constructs a new Field instance.
 
Method Summary
 void free()
           
 int getErrorCode()
          Returns the ODPP error code associated with processing the field
 java.lang.String getErrorMessage()
          Returns the ODPP error message associated with processing the field
 java.lang.Object getValue()
          Returns the value of the field.
 void setValue(java.lang.String source)
          Sets the value of the field.
 void toC()
           
 void toJava()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Legal copyright notice.

See Also:
Constant Field Values
Constructor Detail

Field

public Field()
Constructs a new Field instance.

Method Detail

free

public void free()

getErrorCode

public int getErrorCode()
Returns the ODPP error code associated with processing the field

Returns:
The error code.

getErrorMessage

public java.lang.String getErrorMessage()
Returns the ODPP error message associated with processing the field

Returns:
The error message.

getValue

public java.lang.Object getValue()
Returns the value of the field. After invoking provider service, this will contain the masked value.

Returns:
Object (e.g. a String) containing the value.

setValue

public void setValue(java.lang.String source)
Sets the value of the field.

Parameters:
source - Object (e.g. a String) containing the value.

toC

public void toC()

toJava

public void toJava()