ca.uhn.hl7v2.model
Class GenericMessage.V26

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractStructure
      extended by ca.uhn.hl7v2.model.AbstractGroup
          extended by ca.uhn.hl7v2.model.AbstractMessage
              extended by ca.uhn.hl7v2.model.GenericMessage
                  extended by ca.uhn.hl7v2.model.GenericMessage.V26
All Implemented Interfaces:
Group, Message, Structure, Serializable
Enclosing class:
GenericMessage

public static class GenericMessage.V26
extends GenericMessage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ca.uhn.hl7v2.model.GenericMessage
GenericMessage.UnknownVersion, GenericMessage.V21, GenericMessage.V22, GenericMessage.V23, GenericMessage.V231, GenericMessage.V24, GenericMessage.V25, GenericMessage.V251, GenericMessage.V26
 
Constructor Summary
GenericMessage.V26(ModelClassFactory factory)
           
 
Method Summary
 String getVersion()
          Returns the version number.
 
Methods inherited from class ca.uhn.hl7v2.model.GenericMessage
getGenericMessageClass
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractMessage
encode, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParent, getParser, getValidationContext, initQuickstart, parse, printStructure, setParser, setValidationContext, toString
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getAllAsList, getClass, getFieldNumForName, getModelClassFactory, getName, getNames, getNonStandardNames, getReps, getTyped, getTyped, insert, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition, tryToInstantiateStructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ca.uhn.hl7v2.model.Group
addNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isGroup, isRepeating, isRequired
 
Methods inherited from interface ca.uhn.hl7v2.model.Structure
getName
 

Constructor Detail

GenericMessage.V26

public GenericMessage.V26(ModelClassFactory factory)
Method Detail

getVersion

public String getVersion()
Description copied from class: AbstractMessage
Returns the version number. This default implementation inspects this.getClass().getName(). This should be overridden if you are putting a custom message definition in your own package, or it will default.

Specified by:
getVersion in interface Message
Overrides:
getVersion in class AbstractMessage
See Also:
Message.getVersion()


Copyright © 2001-2012 University Health Network. All Rights Reserved.