ca.infoway.messagebuilder.marshalling.hl7
Class AdValidationUtils

Package class diagram package AdValidationUtils
java.lang.Object
  extended by ca.infoway.messagebuilder.marshalling.hl7.AdValidationUtils

public class AdValidationUtils
extends Object


Constructor Summary
AdValidationUtils()
           
 
Method Summary
 boolean isAllowableAddressPart(PostalAddressPartType partType, String type)
           
 boolean isAllowableUse(String dataType, x_BasicPostalAddressUse use, Hl7BaseVersion baseVersion)
           
 void validatePostalAddress(PostalAddress postalAddress, String type, Hl7BaseVersion baseVersion, Element element, String propertyPath, Hl7Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdValidationUtils

public AdValidationUtils()
Method Detail

validatePostalAddress

public void validatePostalAddress(PostalAddress postalAddress,
                                  String type,
                                  Hl7BaseVersion baseVersion,
                                  Element element,
                                  String propertyPath,
                                  Hl7Errors errors)

isAllowableAddressPart

public boolean isAllowableAddressPart(PostalAddressPartType partType,
                                      String type)

isAllowableUse

public boolean isAllowableUse(String dataType,
                              x_BasicPostalAddressUse use,
                              Hl7BaseVersion baseVersion)


Copyright © 2013. All Rights Reserved.