Package org.jpos.tlv

Class ISOTaggedField

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintStream p, java.lang.String indent)  
      byte[] getBytes()
      get Value as bytes (when possible)
      java.util.Map getChildren()
      dummy behaviour - return empty map
      ISOComponent getComposite()
      In order to interchange Composites and Leafs we use getComposite().
      ISOComponent getDelegate()  
      int getFieldNumber()  
      java.lang.Object getKey()
      valid on Leafs only.
      int getMaxField()
      a Composite must override this function
      java.lang.String getTag()  
      java.lang.Object getValue()
      valid on Leafs only.
      byte[] pack()  
      void pack​(java.io.OutputStream out)  
      void set​(ISOComponent c)
      Set a field within this message
      void setFieldNumber​(int fieldNumber)
      changes this Component field number
      Use with care, this method does not change any reference held by a Composite.
      void setTag​(java.lang.String tag)  
      void setValue​(java.lang.Object obj)  
      int unpack​(byte[] b)  
      void unpack​(java.io.InputStream in)  
      void unset​(int fldno)
      Unset a field
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait