ca.infoway.messagebuilder
Interface VersionNumber

Package class diagram package VersionNumber
All Known Implementing Classes:
SpecificationVersion

public interface VersionNumber

An interface usable by any class that provides a version number/id.


Method Summary
 Hl7BaseVersion getBaseVersion()
          The HL7v3 release that this version is based on.
 String getVersionLiteral()
          Gets the version literal.
 

Method Detail

getVersionLiteral

String getVersionLiteral()

Gets the version literal. Null should not be returned.

Returns:
the version literal

getBaseVersion

Hl7BaseVersion getBaseVersion()
The HL7v3 release that this version is based on. If at all possible, null should not be returned.

Returns:
the base version


Copyright © 2013. All Rights Reserved.