|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Structure
Part of an HL7 message: either a segment or group. There are certain methods (e.g. Group.get()) that will always return either a segment or a group. This interface allows methods like this to declare a return type of Structure instead of Object.
| Method Summary | |
|---|---|
Message |
getMessage()
Returns the Message object to which this structure belongs. |
java.lang.String |
getName()
Returns the structure's name. |
Group |
getParent()
Returns the parent group within which this structure exists (may be root message group). |
| Method Detail |
|---|
Message getMessage()
java.lang.String getName()
Group getParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||