public class Message
extends java.util.Hashtable
implements java.io.Serializable
Constructor and Description |
---|
Message()
creates an empty Message object
|
Message(Message msg)
creates a Message object from an Message that contains ISOFields
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getISOField(int bit) |
java.lang.String |
getISOString(int bit) |
java.lang.String |
getISOString(int bit,
boolean allownull) |
void |
putISOField(java.lang.Object obj)
to add a ISOField object to Message
|
void |
setISOField(ISOField f,
Config conf)
Set and ISOField in message and automatically create or update bitmaps as needed-
|
public Message()
public Message(Message msg)
msg
- public final java.lang.Object getISOField(int bit)
bit
- - the ISO8583 bit number / field name constantpublic final java.lang.String getISOString(int bit)
bit
- - the ISO8583 bit number / field name constantpublic final java.lang.String getISOString(int bit, boolean allownull)
bit
- - the ISO8583 bit number / field name constantallownull
- - if true the null velues are allowed to be returned
if false then if there is no such field or contents for this field will be returned as an empty
String "".public final void putISOField(java.lang.Object obj)
obj
- - an ISOFiled or Bitmap objectCopyright © 2002-2015 AZS Services Ltd. All Rights Reserved.