Interface OapiIdentifier


public interface OapiIdentifier
A correlation between two fields.

The following attributes and references are supported:

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a field ID assigned or correlated in a message reference.
    Returns a field ID correlated from source message. If not present, assumed to be same tag as 'id'.
    void
    Set a field ID assigned or correlated in a message reference.
    void
    Set a field ID correlated from source message.
  • Method Details

    • getId

      BigInteger getId()
      Returns a field ID assigned or correlated in a message reference.
      Returns:
      a field ID assigned or correlated in a message reference
      See Also:
    • setId

      void setId(BigInteger value)
      Set a field ID assigned or correlated in a message reference.
      Parameters:
      value - the new value of the 'Id' attribute.
      See Also:
    • getSourceId

      BigInteger getSourceId()
      Returns a field ID correlated from source message. If not present, assumed to be same tag as 'id'.
      Returns:
      a field ID correlated from source message. If not present, assumed to be same tag as 'id'
      See Also:
    • setSourceId

      void setSourceId(BigInteger value)
      Set a field ID correlated from source message. If not present, assumed to be same tag as 'id'.
      Parameters:
      value - the new value of the 'Source Id' attribute.
      See Also: