Uses of Class
com.solab.iso8583.IsoValue

Packages that use IsoValue
com.solab.iso8583 This package contains the main framework classes. 
com.solab.iso8583.parse This package contains the classes used for parsing the XML configuration files to set up a MessageFactory, and also for storing the parse information for each field depending on the type of message. 
 

Uses of IsoValue in com.solab.iso8583
 

Methods in com.solab.iso8583 that return IsoValue
 IsoValue<Object> IsoType.call(Object val)
           
 IsoValue<Object> IsoType.call(Object val, int len)
           
 IsoValue<T> IsoValue.clone()
          Returns a copy of the receiver that references the same value object.
 IsoValue<?> IsoMessage.getAt(int i)
          Returns the IsoValue in the specified field, just like IsoMessage.getField(int).
 IsoValue<?> IsoMessage.getField(int field)
          Returns the IsoValue for the specified field.
 IsoValue<Object> IsoType.value(Object val)
           
 IsoValue<Object> IsoType.value(Object val, int len)
           
 

Methods in com.solab.iso8583 with parameters of type IsoValue
 void IsoMessage.putAt(int i, IsoValue<?> v)
          Sets the specified value in the specified field, just like IsoMessage.setField(int, IsoValue).
 void IsoMessage.setField(int index, IsoValue<?> field)
          Stored the field in the specified index.
 

Uses of IsoValue in com.solab.iso8583.parse
 

Methods in com.solab.iso8583.parse that return IsoValue
<T> IsoValue<?>
TimeParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LlvarParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LllvarParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LllbinParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LlbinParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
abstract
<T> IsoValue<?>
FieldParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
          Parses the character data from the buffer and returns the IsoValue with the correct data type in it.
<T> IsoValue<?>
DateExpParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
Date4ParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
Date10ParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
BinaryParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
AmountParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
AlphaNumericFieldParseInfo.parse(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
TimeParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
NumericParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LlvarParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LllvarParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LllbinParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
LlbinParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
abstract
<T> IsoValue<?>
FieldParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
          Parses binary data from the buffer, creating and returning an IsoValue of the configured type and length.
<T> IsoValue<?>
DateExpParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
Date4ParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
Date10ParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
BinaryParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
AmountParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
<T> IsoValue<?>
AlphaParseInfo.parseBinary(byte[] buf, int pos, CustomField<T> custom)
           
 



Copyright © 2011 Enrique Zamudio. All Rights Reserved.