|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractGroup
ca.uhn.hl7v2.model.AbstractMessage
public abstract class AbstractMessage
A default implementation of Message.
| Constructor Summary | |
|---|---|
AbstractMessage(ModelClassFactory theFactory)
|
|
| Method Summary | |
|---|---|
Message |
getMessage()
Returns this Message object - this is an implementation of the abstract method in AbstractGroup. |
ValidationContext |
getValidationContext()
|
java.lang.String |
getVersion()
Returns the version number. |
void |
setValidationContext(ValidationContext theContext)
|
| Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup |
|---|
add, addNonstandardSegment, currentReps, get, get, getAll, getClass, getName, getNames, getParent, isRepeating, isRequired |
| 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.Group |
|---|
addNonstandardSegment, get, get, getAll, getClass, getNames, isRepeating, isRequired |
| Methods inherited from interface ca.uhn.hl7v2.model.Structure |
|---|
getName, getParent |
| Constructor Detail |
|---|
public AbstractMessage(ModelClassFactory theFactory)
theFactory - factory for model classes (e.g. group, segment) for this message| Method Detail |
|---|
public Message getMessage()
getMessage in interface StructuregetMessage in class AbstractGrouppublic java.lang.String getVersion()
getVersion in interface MessageMessage.getVersion()public ValidationContext getValidationContext()
getValidationContext in interface Messagepublic void setValidationContext(ValidationContext theContext)
setValidationContext in interface MessagetheContext - the set of validation rules that are to apply to this message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||