Uses of Class
ca.uhn.hl7v2.conf.spec.message.Component
Packages that use Component
-
Uses of Component in ca.uhn.hl7v2.conf.check
Methods in ca.uhn.hl7v2.conf.check with parameters of type ComponentModifier and TypeMethodDescriptionprotected List<HL7Exception>DefaultValidator.doTestComponent(Type type, Component profile, String profileID, boolean theValidateChildren) DefaultValidator.testComponent(Type type, Component profile, String profileID) -
Uses of Component in ca.uhn.hl7v2.conf.spec.message
Methods in ca.uhn.hl7v2.conf.spec.message that return ComponentModifier and TypeMethodDescriptionField.getComponent(int index) Indexed getter for property components (index starts at 1 following HL7 convention).Methods in ca.uhn.hl7v2.conf.spec.message that return types with arguments of type ComponentMethods in ca.uhn.hl7v2.conf.spec.message with parameters of type ComponentModifier and TypeMethodDescriptionvoidField.setComponent(int index, Component component) Indexed setter for property components (index starts at 1 following HL7 convention).