|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.conf.spec.message.AbstractComponent
ca.uhn.hl7v2.conf.spec.message.Component
public class Component
The specification for a particular field component in a message profile.
| Field Summary |
|---|
| Fields inherited from class ca.uhn.hl7v2.conf.spec.message.AbstractComponent |
|---|
propertyChangeSupport, vetoableChangeSupport |
| Constructor Summary | |
|---|---|
Component()
Creates a new instance of Component |
|
| Method Summary | |
|---|---|
SubComponent |
getSubComponent(int index)
Indexed getter for property components (index starts at 1 following HL7 convention). |
int |
getSubComponents()
Returns the number of subcomponents in this component |
void |
setSubComponent(int index,
SubComponent component)
Indexed setter for property components (index starts at 1 following HL7 convention). |
| Methods inherited from class ca.uhn.hl7v2.conf.spec.message.AbstractComponent |
|---|
addPropertyChangeListener, addVetoableChangeListener, getConstantValue, getDatatype, getDataValues, getDescription, getImpNote, getLength, getName, getPredicate, getReference, getTable, getUsage, removePropertyChangeListener, removeVetoableChangeListener, setConstantValue, setDatatype, setDataValues, setDescription, setImpNote, setLength, setName, setPredicate, setReference, setTable, setUsage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Component()
| Method Detail |
|---|
public SubComponent getSubComponent(int index)
index - Index of the property (starts at 1 following HL7 convention).
index.
public void setSubComponent(int index,
SubComponent component)
throws ProfileException
index - Index of the property (starts at 1 following HL7 convention).component - New value of the property at index.
ProfileExceptionpublic int getSubComponents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||