Interface OapiIdentifiers


public interface OapiIdentifiers
An element containing one or more correlations between a message and its response message.

The following attributes and references are supported:

  • Method Details

    • getAllElements

      MixedContent getAllElements()
      Returns a list of all elements present within the container.
      Returns:
      a list of all elements present within the container
    • getCorrelateList

      List<OapiIdentifier> getCorrelateList()
      Returns a list of correlated field IDs for two message types.
      Returns:
      a list of correlated field IDs for two message types
    • getAssignList

      List<OapiIdentifier> getAssignList()
      Returns a list of field IDs to assign with new identifiers.
      Returns:
      a list of field IDs to assign with new identifiers
    • getAnnotation

      OapiAnnotation getAnnotation()
      Returns all metadata on an element (documentation etc.).
      Returns:
      all metadata on an element (documentation etc.)
      See Also:
    • setAnnotation

      void setAnnotation(OapiAnnotation value)
      Set all metadata on an element (documentation etc.).
      Parameters:
      value - the new value of the 'Annotation' containment reference.
      See Also: