ca.uhn.hl7v2.model.primitive
Class ISWithNamespace

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.AbstractPrimitive
          extended by ca.uhn.hl7v2.model.primitive.IS
              extended by ca.uhn.hl7v2.model.primitive.ISWithNamespace
All Implemented Interfaces:
Primitive, Type, Serializable

public class ISWithNamespace
extends IS

Base class for an ID type which also stores a namespace string

See Also:
Serialized Form

Constructor Summary
ISWithNamespace(Message theMessage, String theHl7Version, String theNamespace, int theTable)
          Constructor
ISWithNamespace(Message theMessage, String theHl7Version, String theNamespace, Integer theTable)
          Constructor
 
Method Summary
 String getName()
          Returns the name of the type (used in XML encoding and profile checking)
 String getTableNamespace()
           
 String getVersion()
          Returns the HL7 version associated with this type instance
 
Methods inherited from class ca.uhn.hl7v2.model.primitive.IS
getTable, setTable
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractPrimitive
clear, encode, getValue, parse, setValue, toString
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
getExtraComponents, getMessage
 
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.Type
getExtraComponents, getMessage
 

Constructor Detail

ISWithNamespace

public ISWithNamespace(Message theMessage,
                       String theHl7Version,
                       String theNamespace,
                       int theTable)
Constructor


ISWithNamespace

public ISWithNamespace(Message theMessage,
                       String theHl7Version,
                       String theNamespace,
                       Integer theTable)
Constructor

Method Detail

getName

public String getName()
Returns the name of the type (used in XML encoding and profile checking)

Specified by:
getName in interface Type
Overrides:
getName in class AbstractType

getVersion

public String getVersion()
Returns the HL7 version associated with this type instance


getTableNamespace

public String getTableNamespace()
Returns:
Returns the namespace associated with the table for this type


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