Class COCTMT230100UVMedicine
Java class for COCT_MT230100UV.Medicine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT230100UV.Medicine">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="id" type="{urn:hl7-org:v3}II" minOccurs="0"/>
<element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="name" type="{urn:hl7-org:v3}TN" maxOccurs="unbounded" minOccurs="0"/>
<element name="desc" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
<element name="riskCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="handlingCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="formCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="lotNumberText" type="{urn:hl7-org:v3}ST" minOccurs="0"/>
<element name="expirationTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="stabilityTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="asDistributedProduct" type="{urn:hl7-org:v3}COCT_MT230100UV.DistributedProduct" maxOccurs="unbounded" minOccurs="0"/>
<element name="asMedicineManufacturer" type="{urn:hl7-org:v3}COCT_MT230100UV.MedicineManufacturer" maxOccurs="unbounded" minOccurs="0"/>
<element name="asContent" type="{urn:hl7-org:v3}COCT_MT230100UV.Content" minOccurs="0"/>
<element name="asSpecializedKind" type="{urn:hl7-org:v3}COCT_MT230100UV.SpecializedKind" maxOccurs="unbounded" minOccurs="0"/>
<element name="part" type="{urn:hl7-org:v3}COCT_MT230100UV.Part" maxOccurs="unbounded" minOccurs="0"/>
<element name="ingredient" type="{urn:hl7-org:v3}COCT_MT230100UV.Ingredient" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="classCode" use="required" type="{urn:hl7-org:v3}EntityClassManufacturedMaterial" />
<attribute name="determinerCode" use="required" type="{urn:hl7-org:v3}EntityDeterminer" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<COCTMT230100UVContent>protected List<COCTMT230100UVDistributedProduct>protected List<COCTMT230100UVMedicineManufacturer>protected List<COCTMT230100UVSpecializedKind>protected Stringprotected CEprotected EDprotected Stringprotected IVLTSprotected CEprotected CEprotected IIprotected List<COCTMT230100UVIngredient>protected STprotected List<COCTMT230100UVPart>protected CEprotected IVLTSprotected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjakarta.xml.bind.JAXBElement<COCTMT230100UVContent>Gets the value of the asContent property.Gets the value of the asDistributedProduct property.Gets the value of the asMedicineManufacturer property.Gets the value of the asSpecializedKind property.Gets the value of the classCode property.getCode()Gets the value of the code property.getDesc()Gets the value of the desc property.Gets the value of the determinerCode property.Gets the value of the expirationTime property.Gets the value of the formCode property.Gets the value of the handlingCode property.getId()Gets the value of the id property.Gets the value of the ingredient property.Gets the value of the lotNumberText property.getName()Gets the value of the name property.Gets the value of the nullFlavor property.getPart()Gets the value of the part property.Gets the value of the realmCode property.Gets the value of the riskCode property.Gets the value of the stabilityTime property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidsetAsContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVContent> value) Sets the value of the asContent property.voidsetClassCode(String value) Sets the value of the classCode property.voidSets the value of the code property.voidSets the value of the desc property.voidsetDeterminerCode(String value) Sets the value of the determinerCode property.voidsetExpirationTime(IVLTS value) Sets the value of the expirationTime property.voidsetFormCode(CE value) Sets the value of the formCode property.voidsetHandlingCode(CE value) Sets the value of the handlingCode property.voidSets the value of the id property.voidsetLotNumberText(ST value) Sets the value of the lotNumberText property.voidsetRiskCode(CE value) Sets the value of the riskCode property.voidsetStabilityTime(IVLTS value) Sets the value of the stabilityTime property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withAsContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVContent> value) withClassCode(String value) withDeterminerCode(String value) withExpirationTime(IVLTS value) withFormCode(CE value) withHandlingCode(CE value) withIngredient(COCTMT230100UVIngredient... values) withLotNumberText(ST value) withName(Collection<TN> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withPart(Collection<COCTMT230100UVPart> values) withPart(COCTMT230100UVPart... values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withRiskCode(CE value) withStabilityTime(IVLTS value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
name
-
desc
-
riskCode
-
handlingCode
-
formCode
-
lotNumberText
-
expirationTime
-
stabilityTime
-
asDistributedProduct
-
asMedicineManufacturer
-
asContent
-
asSpecializedKind
-
part
-
ingredient
-
nullFlavor
-
classCode
-
determinerCode
-
-
Constructor Details
-
COCTMT230100UVMedicine
public COCTMT230100UVMedicine()
-
-
Method Details
-
getRealmCode
Gets the value of the realmCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the realmCode property.For example, to add a new item, do as follows:
getRealmCode().add(newItem);Objects of the following type(s) are allowed in the list
CS -
getTypeId
Gets the value of the typeId property.- Returns:
- possible object is
II
-
setTypeId
Sets the value of the typeId property.- Parameters:
value- allowed object isII
-
getTemplateId
Gets the value of the templateId property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the templateId property.For example, to add a new item, do as follows:
getTemplateId().add(newItem);Objects of the following type(s) are allowed in the list
II -
getId
Gets the value of the id property.- Returns:
- possible object is
II
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isII
-
getCode
Gets the value of the code property.- Returns:
- possible object is
CE
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCE
-
getName
Gets the value of the name property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the name property.For example, to add a new item, do as follows:
getName().add(newItem);Objects of the following type(s) are allowed in the list
TN -
getDesc
Gets the value of the desc property.- Returns:
- possible object is
ED
-
setDesc
Sets the value of the desc property.- Parameters:
value- allowed object isED
-
getRiskCode
Gets the value of the riskCode property.- Returns:
- possible object is
CE
-
setRiskCode
Sets the value of the riskCode property.- Parameters:
value- allowed object isCE
-
getHandlingCode
Gets the value of the handlingCode property.- Returns:
- possible object is
CE
-
setHandlingCode
Sets the value of the handlingCode property.- Parameters:
value- allowed object isCE
-
getFormCode
Gets the value of the formCode property.- Returns:
- possible object is
CE
-
setFormCode
Sets the value of the formCode property.- Parameters:
value- allowed object isCE
-
getLotNumberText
Gets the value of the lotNumberText property.- Returns:
- possible object is
ST
-
setLotNumberText
Sets the value of the lotNumberText property.- Parameters:
value- allowed object isST
-
getExpirationTime
Gets the value of the expirationTime property.- Returns:
- possible object is
IVLTS
-
setExpirationTime
Sets the value of the expirationTime property.- Parameters:
value- allowed object isIVLTS
-
getStabilityTime
Gets the value of the stabilityTime property.- Returns:
- possible object is
IVLTS
-
setStabilityTime
Sets the value of the stabilityTime property.- Parameters:
value- allowed object isIVLTS
-
getAsDistributedProduct
Gets the value of the asDistributedProduct property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the asDistributedProduct property.For example, to add a new item, do as follows:
getAsDistributedProduct().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT230100UVDistributedProduct -
getAsMedicineManufacturer
Gets the value of the asMedicineManufacturer property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the asMedicineManufacturer property.For example, to add a new item, do as follows:
getAsMedicineManufacturer().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT230100UVMedicineManufacturer -
getAsContent
Gets the value of the asContent property.- Returns:
- possible object is
JAXBElement<COCTMT230100UVContent>
-
setAsContent
Sets the value of the asContent property.- Parameters:
value- allowed object isJAXBElement<COCTMT230100UVContent>
-
getAsSpecializedKind
Gets the value of the asSpecializedKind property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the asSpecializedKind property.For example, to add a new item, do as follows:
getAsSpecializedKind().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT230100UVSpecializedKind -
getPart
Gets the value of the part property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the part property.For example, to add a new item, do as follows:
getPart().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT230100UVPart -
getIngredient
Gets the value of the ingredient property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the ingredient property.For example, to add a new item, do as follows:
getIngredient().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT230100UVIngredient -
getNullFlavor
Gets the value of the nullFlavor property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the nullFlavor property.For example, to add a new item, do as follows:
getNullFlavor().add(newItem);Objects of the following type(s) are allowed in the list
String -
getClassCode
Gets the value of the classCode property.- Returns:
- possible object is
String
-
setClassCode
Sets the value of the classCode property.- Parameters:
value- allowed object isString
-
getDeterminerCode
Gets the value of the determinerCode property.- Returns:
- possible object is
String
-
setDeterminerCode
Sets the value of the determinerCode property.- Parameters:
value- allowed object isString
-
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withId
-
withCode
-
withName
-
withName
-
withDesc
-
withRiskCode
-
withHandlingCode
-
withFormCode
-
withLotNumberText
-
withExpirationTime
-
withStabilityTime
-
withAsDistributedProduct
-
withAsDistributedProduct
public COCTMT230100UVMedicine withAsDistributedProduct(Collection<COCTMT230100UVDistributedProduct> values) -
withAsMedicineManufacturer
public COCTMT230100UVMedicine withAsMedicineManufacturer(COCTMT230100UVMedicineManufacturer... values) -
withAsMedicineManufacturer
public COCTMT230100UVMedicine withAsMedicineManufacturer(Collection<COCTMT230100UVMedicineManufacturer> values) -
withAsContent
public COCTMT230100UVMedicine withAsContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVContent> value) -
withAsSpecializedKind
-
withAsSpecializedKind
public COCTMT230100UVMedicine withAsSpecializedKind(Collection<COCTMT230100UVSpecializedKind> values) -
withPart
-
withPart
-
withIngredient
-
withIngredient
-
withNullFlavor
-
withNullFlavor
-
withClassCode
-
withDeterminerCode
-
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
-