Class Hl7v2Based.Holder<T extends Type>
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
org.openehealth.ipf.commons.ihe.xds.core.metadata.Hl7v2Based.Holder<T>
- All Implemented Interfaces:
Composite,Type,Visitable,Serializable
- Enclosing class:
Hl7v2Based<C extends Composite>
Fake enclosing element for an HL7 v2 sub-component, necessary for correct rendering and parsing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(MessageVisitor visitor, Location currentLocation) getComponent(int number) Type[]Methods inherited from class ca.uhn.hl7v2.model.AbstractType
clear, encode, getExtraComponents, getMessage, getName, isEmpty, parse, provideLocation, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
clear, encode, getExtraComponents, getMessage, getName, parseMethods inherited from interface ca.uhn.hl7v2.model.Visitable
isEmpty, provideLocation
-
Constructor Details
-
Holder
-
-
Method Details
-
getInternal
-
getComponents
- Specified by:
getComponentsin interfaceComposite
-
getComponent
- Specified by:
getComponentin interfaceComposite- Throws:
DataTypeException
-
accept
-