Package ca.uhn.hl7v2.model
Interface SuperStructure
- All Superinterfaces:
Group,Serializable,Structure,Visitable
- All Known Implementing Classes:
AbstractSuperMessage
-
Method Summary
Modifier and TypeMethodDescriptiongetChildNamesForStructure(String theStructure) Returns a set containing any non-standard element names that were added to this structuregetStructuresWhichChildAppliesTo(String theChildName) Methods inherited from interface ca.uhn.hl7v2.model.Group
addNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isChoiceElement, isGroup, isRepeating, isRequiredMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getName, getParentMethods inherited from interface ca.uhn.hl7v2.model.Visitable
accept, isEmpty, provideLocation
-
Method Details
-
getStructuresWhichChildAppliesTo
-
getChildNamesForStructure
-
getNonStandardNames
Returns a set containing any non-standard element names that were added to this structure
-