Package ca.uhn.hl7v2.validation.impl
Class PrimitiveTypeRuleBinding
java.lang.Object
ca.uhn.hl7v2.validation.impl.RuleBinding<PrimitiveTypeRule>
ca.uhn.hl7v2.validation.impl.PrimitiveTypeRuleBinding
- All Implemented Interfaces:
Serializable
A
RuleBinding that applies to PrimitiveTypeRules.
You can as well just use RuleBinding<PrimitiveTypeRule>.
In general there is no need to use this class directly. Instead use the Validation builder classes to generate rules and rule bindings.
- Author:
- Christian Ohr
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrimitiveTypeRuleBinding(String theVersion, String theScope, PrimitiveTypeRule theRule) -
Method Summary
Methods inherited from class ca.uhn.hl7v2.validation.impl.RuleBinding
applies, appliesToScope, appliesToVersion, getActive, getRule, getScope, getVersion, setActive, toString
-
Constructor Details
-
PrimitiveTypeRuleBinding
-