Package org.hl7.v3
Class ST
java.lang.Object
org.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.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 class for ST complex type.
The following schema fragment specifies the expected content contained within this class.
<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.hl7.v3.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaTypeFields inherited from class org.hl7.v3.BIN
content, representation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()Generates a String representation of the contents of this type.withContent(String... values) withContent(Collection<String> values) withIntegrityCheck(byte[] value) withLanguage(String value) withMediaType(String value) Methods inherited from class org.hl7.v3.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaTypeMethods inherited from class org.hl7.v3.BIN
getContent, getRepresentation, setRepresentation
-
Constructor Details
-
ST
public ST()
-
-
Method Details
-
withMediaType
- Overrides:
withMediaTypein classED
-
withLanguage
- Overrides:
withLanguagein classED
-
withCompression
- Overrides:
withCompressionin classED
-
withIntegrityCheck
- Overrides:
withIntegrityCheckin classED
-
withIntegrityCheckAlgorithm
- Overrides:
withIntegrityCheckAlgorithmin classED
-
withContent
- Overrides:
withContentin classED
-
withContent
- Overrides:
withContentin classED
-
withRepresentation
- Overrides:
withRepresentationin classED
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-