Package org.hl7.fhir.r4b.utils
Class IResourceValidator.BundleValidationRule
- java.lang.Object
-
- org.hl7.fhir.r4b.utils.IResourceValidator.BundleValidationRule
-
- Enclosing interface:
- IResourceValidator
public static class IResourceValidator.BundleValidationRule extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleValidationRule(String rule, String profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProfile()StringgetRule()booleanisChecked()voidsetChecked(boolean checked)
-
-
-
Constructor Detail
-
BundleValidationRule
public BundleValidationRule(String rule, String profile)
-
-
Method Detail
-
getProfile
public String getProfile()
-
isChecked
public boolean isChecked()
-
setChecked
public void setChecked(boolean checked)
-
-