Package com.esprow.oapi.repository
Interface OapiIdentifier
public interface OapiIdentifier
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
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
setId
(BigInteger value) Set a field ID assigned or correlated in a message reference.void
setSourceId
(BigInteger value) 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
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
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:
-