ca.uhn.hl7v2.model
Class AbstractStructure

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractStructure(Group parent)
           
 
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
 
Methods inherited from interface ca.uhn.hl7v2.model.Structure
getName
 

Field Detail

log

protected final org.slf4j.Logger log
Constructor Detail

AbstractStructure

public AbstractStructure(Group parent)
Method Detail

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.