Package org.projecthusky.common.hl7cdar2
Class ST
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.BIN
org.projecthusky.common.hl7cdar2.ED
org.projecthusky.common.hl7cdar2.ST
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.
Java-Klasse für ST complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ST">
<complexContent>
<restriction base="{urn:hl7-org:v3}ED">
<sequence>
<element name="reference" type="{urn:hl7-org:v3}TEL" maxOccurs="0" minOccurs="0"/>
<element name="thumbnail" type="{urn:hl7-org:v3}ED" maxOccurs="0" minOccurs="0"/>
</sequence>
<attribute name="representation" type="{urn:hl7-org:v3}BinaryDataEncoding" fixed="TXT" />
<attribute name="mediaType" type="{urn:hl7-org:v3}cs" fixed="text/plain" />
<attribute name="language" type="{urn:hl7-org:v3}cs" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType, reference, thumbnailFields inherited from class org.projecthusky.common.hl7cdar2.BIN
representationFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getTextContent, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, setReference, setThumbnailMethods inherited from class org.projecthusky.common.hl7cdar2.BIN
getRepresentation, setRepresentationMethods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Constructor Details
-
ST
public ST() -
ST
-
ST
-