Class HomeCommunityIdValidator

java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.HomeCommunityIdValidator
All Implemented Interfaces:
ValueValidator

public class HomeCommunityIdValidator extends Object implements ValueValidator
Validates a homeCommunityId attribute.
Author:
Dmytro Rud
  • Constructor Details

    • HomeCommunityIdValidator

      public HomeCommunityIdValidator(boolean required)
      Constructor.
      Parameters:
      required - true when an exception should be thrown when the homeCommunityId attribute is not present.
  • Method Details