ca.infoway.messagebuilder.marshalling.hl7.formatter
Class AbstractAdPropertyFormatter
java.lang.Object
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractNullFlavorPropertyFormatter<PostalAddress>
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractAdPropertyFormatter
- All Implemented Interfaces:
- PropertyFormatter
public abstract class AbstractAdPropertyFormatter
- extends AbstractNullFlavorPropertyFormatter<PostalAddress>
AD - Address
Represents an Address object as an element:
<addr use='WP'>
<houseNumber>1050</houseNumber>
<direction>W</direction>
<streetName>Wishard Blvd</streetName>,
<additionalLocator>RG 5th floor</additionalLocator>,
<city>Indianapolis</city>, <state>IN</state>
<postalCode>46240</postalCode>
</addr>
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-AD
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AD_VALIDATION_UTILS
protected static final AdValidationUtils AD_VALIDATION_UTILS
AbstractAdPropertyFormatter
public AbstractAdPropertyFormatter()
Copyright © 2013. All Rights Reserved.