public abstract class CompositeTypeRule<T extends ca.uhn.hl7v2.model.Composite>
extends ca.uhn.hl7v2.validation.builder.BuilderSupport
implements ca.uhn.hl7v2.validation.Rule<ca.uhn.hl7v2.model.Composite>
Composite types.PrimitiveTypeRule,
Serialized Form| Constructor and Description |
|---|
CompositeTypeRule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ca.uhn.hl7v2.validation.ValidationException[] |
apply(T composite,
ca.uhn.hl7v2.Location location)
Deprecated.
|
abstract boolean |
matches(Class<? extends ca.uhn.hl7v2.model.Composite> clazz)
Deprecated.
Returns if the rule should check the given class.
|
allOf, allOf, always, alwaysFails, anyOf, anyOf, date, dateTime, dateTime25, empty, emptyOr, in, in, isEqual, isEqualIgnoreCase, matches, matches, matches, maxLength, nonNegativeInteger, not, number, oid, startsWith, time, usPhoneNumber, uuid, withdrawnpublic abstract boolean matches(Class<? extends ca.uhn.hl7v2.model.Composite> clazz)
public abstract ca.uhn.hl7v2.validation.ValidationException[] apply(T composite, ca.uhn.hl7v2.Location location)
Copyright © 2016 Open eHealth Foundation. All rights reserved.