public class SC extends ST
Java class for SC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SC">
<complexContent>
<extension base="{urn:hl7-org:v3}ST">
<attribute name="code" type="{urn:hl7-org:v3}cs" />
<attribute name="codeSystem" type="{urn:hl7-org:v3}uid" />
<attribute name="codeSystemName" type="{urn:hl7-org:v3}st" />
<attribute name="codeSystemVersion" type="{urn:hl7-org:v3}st" />
<attribute name="displayName" type="{urn:hl7-org:v3}st" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SC() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getCodeSystem()
Gets the value of the codeSystem property.
|
java.lang.String |
getCodeSystemName()
Gets the value of the codeSystemName property.
|
java.lang.String |
getCodeSystemVersion()
Gets the value of the codeSystemVersion property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setCodeSystem(java.lang.String value)
Sets the value of the codeSystem property.
|
void |
setCodeSystemName(java.lang.String value)
Sets the value of the codeSystemName property.
|
void |
setCodeSystemVersion(java.lang.String value)
Sets the value of the codeSystemVersion property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, setReference, setThumbnailgetRepresentation, setRepresentationgetContent, getNullFlavor, setContentpublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystem()
Stringpublic void setCodeSystem(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystemName()
Stringpublic void setCodeSystemName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodeSystemVersion()
Stringpublic void setCodeSystemVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
String