ca.uhn.hl7v2.model
Class AbstractStructure
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
- All Implemented Interfaces:
- Structure, Serializable
- Direct Known Subclasses:
- AbstractGroup, AbstractSegment
public abstract class AbstractStructure
- extends Object
- implements Structure
- See Also:
- Serialized Form
|
Field Summary |
protected org.slf4j.Logger |
log
|
|
Method Summary |
Message |
getMessage()
Returns the parent group within which this structure exists (may be root
message group). |
Group |
getParent()
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, wait |
log
protected final org.slf4j.Logger log
AbstractStructure
public AbstractStructure(Group parent)
getMessage
public Message getMessage()
- Returns the parent group within which this structure exists (may be root
message group).
- Specified by:
getMessage in interface Structure
getParent
public Group getParent()
- Description copied from interface:
Structure
- Returns the parent group within which this structure exists (may be root
message group).
- Specified by:
getParent in interface Structure
Copyright © 2001-2012 University Health Network. All Rights Reserved.