Package com.esprow.oapi.repository
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 Summary
Modifier and TypeMethodDescriptionReturns a list of all elements present within the container.Returns all metadata on an element (documentation etc.).Returns a list of field IDs to assign with new identifiers.Returns a list of correlated field IDs for two message types.void
setAnnotation
(OapiAnnotation value) Set all metadata on an element (documentation etc.).
-
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
Set all metadata on an element (documentation etc.).- Parameters:
value
- the new value of the 'Annotation' containment reference.- See Also:
-