ca.uhn.hl7v2.model
Class GenericMessage.V26

java.lang.Object
  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, java.io.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
 java.lang.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, getParser, getValidationContext, parse, setParser, setValidationContext
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getClass, getModelClassFactory, getName, getNames, getParent, insertRepetition, insertRepetition, isRepeating, isRequired, removeRepetition
 
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, addNonstandardSegment, get, get, getAll, getClass, getNames, isRepeating, isRequired
 
Methods inherited from interface ca.uhn.hl7v2.model.Structure
getName, getParent
 

Constructor Detail

GenericMessage.V26

public GenericMessage.V26(ModelClassFactory factory)
Method Detail

getVersion

public java.lang.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-2011 University Health Network. All Rights Reserved.