A C D E F G H I J L M N P R S T V W

I

isBinary() - Method in class com.solab.iso8583.IsoMessage
Returns true if the message is binary coded; default is false.
IsoMessage - Class in com.solab.iso8583
Represents an ISO8583 message.
IsoMessage() - Constructor for class com.solab.iso8583.IsoMessage
Creates a new empty message with no values set.
IsoType - Enum in com.solab.iso8583
Defines the possible values types that can be used in the fields.
IsoValue<T> - Class in com.solab.iso8583
Represents a value that is stored in a field inside an ISO8583 message.
IsoValue(IsoType, T) - Constructor for class com.solab.iso8583.IsoValue
 
IsoValue(IsoType, T, CustomField<T>) - Constructor for class com.solab.iso8583.IsoValue
Creates a new instance that stores the specified value as the specified type.
IsoValue(IsoType, T, int) - Constructor for class com.solab.iso8583.IsoValue
 
IsoValue(IsoType, T, int, CustomField<T>) - Constructor for class com.solab.iso8583.IsoValue
Creates a new instance that stores the specified value as the specified type.

A C D E F G H I J L M N P R S T V W