Class ISOMsgRef

java.lang.Object
org.jpos.tlv.ISOMsgRef

public class ISOMsgRef extends Object
A TagValue whose value is a reference to an ISOMsg.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
    Inner class providing offset-indexed access to a referenced ISO message.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ISOMsgRef(ISOMsg delegate)
    Constructs a reference wrapper for the given message.
  • Method Summary

    Modifier and Type
    Method
    Description
    reference(int fieldNumber)
    Returns an offset-indexed reference message for the given field.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ISOMsgRef

      public ISOMsgRef(ISOMsg delegate)
      Constructs a reference wrapper for the given message.
      Parameters:
      delegate - the ISO message to wrap
  • Method Details

    • reference

      public ISOMsg reference(int fieldNumber)
      Returns an offset-indexed reference message for the given field.
      Parameters:
      fieldNumber - the field number
      Returns:
      the reference ISOMsg