org.hl7.types
Interface ST

All Superinterfaces:
ANY, BIN, ED, java.lang.Iterable<BL>, LIST<BL>
All Known Subinterfaces:
ADXP, ENXP, OID, ONXP, PNXP, SC, TNXP, UID
All Known Implementing Classes:
ADXPimpl, ADXPnull, EDjlStringAdapter, ENXPimpl, ENXPnull, OIDimpl, OIDnull, ONXPimpl, ONXPnull, PNXPimpl, PNXPnull, SCimpl, SCnull, STjlStringAdapter, STnull, UIDimpl, UIDnull

public interface ST
extends ED

The character string data type stands for text data, primarily intended for machine processing (e.g., sorting, querying, indexing, etc.) Used for names, symbols, and formal expressions.


Method Summary
 ST headST()
           
 java.util.Iterator<ST> listSTIterator()
           
 ST tailST()
           
 java.lang.String toString()
           
 
Methods inherited from interface org.hl7.types.ED
charset, compression, integrityCheck, integrityCheckAlgorithm, language, mediaType, reference, thumbnail
 
Methods inherited from interface org.hl7.types.LIST
head, isEmpty, iterator, length, nonEmpty, tail
 
Methods inherited from interface org.hl7.types.ANY
equal, isNull, isNullJ, nonNull, nonNullJ, notApplicable, notApplicableJ, nullFlavor, other, otherJ, unknown, unknownJ
 

Method Detail

headST

ST headST()

tailST

ST tailST()

listSTIterator

java.util.Iterator<ST> listSTIterator()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object