Package org.hl7.v3
Class BXITCD
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.CD
org.hl7.v3.BXITCD
Java class for BXIT_CD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BXIT_CD">
<complexContent>
<extension base="{urn:hl7-org:v3}CD">
<attribute name="qty" type="{urn:hl7-org:v3}int" default="1" />
</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 TypeMethodDescriptionbooleangetQty()Gets the value of the qty property.inthashCode()voidsetQty(BigInteger value) Sets the value of the qty 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) withOriginalText(ED value) withQty(BigInteger 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
-
qty
-
-
Constructor Details
-
BXITCD
public BXITCD()
-
-
Method Details
-
getQty
Gets the value of the qty property.- Returns:
- possible object is
BigInteger
-
setQty
Sets the value of the qty property.- Parameters:
value- allowed object isBigInteger
-
withQty
-
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
-