Package ca.uhn.hl7v2.model
Class AbstractStructure
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
- All Implemented Interfaces:
Structure,Visitable,Serializable
- Direct Known Subclasses:
AbstractGroup,AbstractSegment
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the parent group within which this structure exists (may be root message group).Returns the parent group within which this structure exists (may be root message group).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Visitable
accept, isEmpty, provideLocation
-
Field Details
-
log
-
-
Constructor Details
-
AbstractStructure
Abstract group constructor- Parameters:
parent- parent group
-
-
Method Details
-
getMessage
Returns the parent group within which this structure exists (may be root message group).- Specified by:
getMessagein interfaceStructure- Returns:
- message the root message this structure is part of
-
getParent
Description copied from interface:StructureReturns the parent group within which this structure exists (may be root message group).
-