ca.infoway.messagebuilder.marshalling.hl7.formatter
Class TsFullDateWithTimePropertyFormatter

Package class diagram package TsFullDateWithTimePropertyFormatter
java.lang.Object
  extended by ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
      extended by ca.infoway.messagebuilder.marshalling.hl7.formatter.TsFullDateWithTimePropertyFormatter
All Implemented Interfaces:
PropertyFormatter

public class TsFullDateWithTimePropertyFormatter
extends AbstractPropertyFormatter

TS.FULLDATEWITHTIME - Abstract TS - must be one of TS.FULLDATE or TS.FULLDATETIME Represents a TS.FULLDATETIME/TS.DATETIME object as an element: If an object is null, value is replaced by a nullFlavor. So the element would look like this: <element-name nullFlavor="something" /> http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS


Constructor Summary
TsFullDateWithTimePropertyFormatter()
           
 
Method Summary
 String format(FormatContext context, BareANY hl7Value, int indentLevel)
           
 
Methods inherited from class ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
addSpecializationType, createElement, createElement, createElementClosure, createSpecializationTypeAttibutesIfNecessary, createWarning, format, isNullFlavor, xmlify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TsFullDateWithTimePropertyFormatter

public TsFullDateWithTimePropertyFormatter()
Method Detail

format

public String format(FormatContext context,
                     BareANY hl7Value,
                     int indentLevel)
Specified by:
format in interface PropertyFormatter
Specified by:
format in class AbstractPropertyFormatter


Copyright © 2013. All Rights Reserved.