Package org.hl7.v3
Class SXCMCD
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.CD
org.hl7.v3.SXCMCD
Java class for SXCM_CD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SXCM_CD">
<complexContent>
<extension base="{urn:hl7-org:v3}CD">
<attribute name="operator" type="{urn:hl7-org:v3}SetOperator" default="I" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.CD
code, codeSystem, codeSystemName, codeSystemVersion, displayName, originalText, qualifier, translationFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the operator property.inthashCode()voidsetOperator(SetOperator value) Sets the value of the operator property.toString()Generates a String representation of the contents of this type.withCodeSystem(String value) withCodeSystemName(String value) withCodeSystemVersion(String value) withDisplayName(String value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOperator(SetOperator value) withOriginalText(ED value) withQualifier(Collection<CR> values) withQualifier(CR... values) withTranslation(Collection<CD> values) withTranslation(CD... values) Methods inherited from class org.hl7.v3.CD
getCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDisplayName, getOriginalText, getQualifier, getTranslation, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDisplayName, setOriginalTextMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
operator
-
-
Constructor Details
-
SXCMCD
public SXCMCD()
-
-
Method Details
-
getOperator
Gets the value of the operator property.- Returns:
- possible object is
SetOperator
-
setOperator
Sets the value of the operator property.- Parameters:
value- allowed object isSetOperator
-
withOperator
-
withOriginalText
- Overrides:
withOriginalTextin classCD
-
withQualifier
- Overrides:
withQualifierin classCD
-
withQualifier
- Overrides:
withQualifierin classCD
-
withTranslation
- Overrides:
withTranslationin classCD
-
withTranslation
- Overrides:
withTranslationin classCD
-
withCode
-
withCodeSystem
- Overrides:
withCodeSystemin classCD
-
withCodeSystemName
- Overrides:
withCodeSystemNamein classCD
-
withCodeSystemVersion
- Overrides:
withCodeSystemVersionin classCD
-
withDisplayName
- Overrides:
withDisplayNamein classCD
-
withNullFlavor
- Overrides:
withNullFlavorin classCD
-
withNullFlavor
- Overrides:
withNullFlavorin classCD
-
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
-