|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer
public class AbstractSegmentContainer
An abstraction of SegGroup and MessageProfile (both are containers for segment specs).
| Constructor Summary | |
|---|---|
AbstractSegmentContainer()
Creates a new instance of AbstractSegmentContainer |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
void |
addVetoableChangeListener(VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list. |
ProfileStructure |
getChild(int index)
Indexed getter for property structure (index starts at 1 following HL7 convention). |
int |
getChildren()
Returns the number of children |
String |
getDescription()
Getter for property description. |
String |
getImpNote()
Getter for property impNote. |
String |
getReference()
Getter for property reference. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
removeVetoableChangeListener(VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list. |
void |
setChild(int index,
ProfileStructure structure)
Indexed setter for property structure. |
void |
setDescription(String description)
Setter for property description. |
void |
setImpNote(String impNote)
Setter for property impNote. |
void |
setReference(String reference)
Setter for property reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSegmentContainer()
| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener l)
l - The listener to add.public void removePropertyChangeListener(PropertyChangeListener l)
l - The listener to remove.public void addVetoableChangeListener(VetoableChangeListener l)
l - The listener to add.public void removeVetoableChangeListener(VetoableChangeListener l)
l - The listener to remove.public String getDescription()
public void setDescription(String description)
throws ProfileException
description - New value of property description.
ProfileExceptionpublic String getReference()
public void setReference(String reference)
throws ProfileException
reference - New value of property reference.
ProfileExceptionpublic String getImpNote()
public void setImpNote(String impNote)
throws ProfileException
impNote - New value of property impNote.
ProfileExceptionpublic ProfileStructure getChild(int index)
index - Index of the property (starts at 1 following HL7 convention).
index.
public void setChild(int index,
ProfileStructure structure)
throws ProfileException
index - Index of the property (starts at 1 following HL7 convention).structure - New value of the property at index.
ProfileExceptionpublic int getChildren()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||