Package ca.uhn.hl7v2.model.primitive
Class ISWithNamespace
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractPrimitive
ca.uhn.hl7v2.model.primitive.AbstractTextPrimitive
ca.uhn.hl7v2.model.primitive.IS
ca.uhn.hl7v2.model.primitive.ISWithNamespace
- All Implemented Interfaces:
Primitive,Type,Visitable,Serializable
Base class for an ID type which also stores a namespace string
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionISWithNamespace(Message theMessage, String theHl7Version, String theNamespace, int theTable) ConstructorISWithNamespace(Message theMessage, String theHl7Version, String theNamespace, Integer theTable) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the type (used in XML encoding and profile checking)Returns the HL7 version associated with this type instanceMethods inherited from class ca.uhn.hl7v2.model.primitive.AbstractTextPrimitive
getValueAsHtml, getValueOrEmptyMethods inherited from class ca.uhn.hl7v2.model.AbstractPrimitive
accept, clear, encode, getValue, isEmpty, parse, setValue, toStringMethods inherited from class ca.uhn.hl7v2.model.AbstractType
getExtraComponents, getMessage, provideLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
getExtraComponents, getMessageMethods inherited from interface ca.uhn.hl7v2.model.Visitable
provideLocation
-
Constructor Details
-
ISWithNamespace
Constructor -
ISWithNamespace
public ISWithNamespace(Message theMessage, String theHl7Version, String theNamespace, Integer theTable) Constructor
-
-
Method Details
-
getName
Returns the name of the type (used in XML encoding and profile checking)- Specified by:
getNamein interfaceType- Overrides:
getNamein classAbstractType- Returns:
- the name of the type
-
getVersion
Returns the HL7 version associated with this type instance -
getTableNamespace
- Returns:
- Returns the namespace associated with the table for this type
-