ca.infoway.messagebuilder.marshalling.hl7.formatter
Interface FormatContext

Package class diagram package FormatContext
All Superinterfaces:
Typed

public interface FormatContext
extends Typed


Method Summary
 CodingStrength getCodingStrength()
           
 ConformanceLevel getConformanceLevel()
           
 TimeZone getDateTimeTimeZone()
           
 TimeZone getDateTimeZone()
           
 String getDomainType()
           
 String getElementName()
           
 ModelToXmlResult getModelToXmlResult()
           
 String getPropertyPath()
           
 String getType()
          Return the HL7 type -- either an HL7 data type or a complex message type.
 VersionNumber getVersion()
           
 boolean isPassOnSpecializationType()
           
 boolean isSpecializationType()
           
 

Method Detail

getModelToXmlResult

ModelToXmlResult getModelToXmlResult()

getPropertyPath

String getPropertyPath()

getElementName

String getElementName()

getType

String getType()
Description copied from interface: Typed

Return the HL7 type -- either an HL7 data type or a complex message type.

Specified by:
getType in interface Typed
Returns:
- the HL7 type

getDomainType

String getDomainType()

getCodingStrength

CodingStrength getCodingStrength()

isSpecializationType

boolean isSpecializationType()

isPassOnSpecializationType

boolean isPassOnSpecializationType()

getConformanceLevel

ConformanceLevel getConformanceLevel()

getVersion

VersionNumber getVersion()

getDateTimeZone

TimeZone getDateTimeZone()

getDateTimeTimeZone

TimeZone getDateTimeTimeZone()


Copyright © 2013. All Rights Reserved.