Class COCTMT230100UVPackagedMedicine
Java class for COCT_MT230100UV.PackagedMedicine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT230100UV.PackagedMedicine">
<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="formCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="lotNumberText" type="{urn:hl7-org:v3}ST" minOccurs="0"/>
<element name="capacityQuantity" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
<element name="capTypeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="asManufacturedProduct" type="{urn:hl7-org:v3}COCT_MT230100UV.ManufacturedProduct" maxOccurs="unbounded" minOccurs="0"/>
<element name="asSuperContent" type="{urn:hl7-org:v3}COCT_MT230100UV.SuperContent" minOccurs="0"/>
<element name="subContent" type="{urn:hl7-org:v3}COCT_MT230100UV.SubContent" 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}EntityClassContainer" />
<attribute name="determinerCode" use="required" type="{urn:hl7-org:v3}EntityDeterminer" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<COCTMT230100UVManufacturedProduct>protected jakarta.xml.bind.JAXBElement<COCTMT230100UVSuperContent>protected PQprotected CEprotected EntityClassContainerprotected CEprotected Stringprotected CEprotected IIprotected STprotected jakarta.xml.bind.JAXBElement<COCTMT230100UVSubContent>protected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the asManufacturedProduct property.jakarta.xml.bind.JAXBElement<COCTMT230100UVSuperContent>Gets the value of the asSuperContent property.Gets the value of the capacityQuantity property.Gets the value of the capTypeCode property.Gets the value of the classCode property.getCode()Gets the value of the code property.Gets the value of the determinerCode property.Gets the value of the formCode property.getId()Gets the value of the id property.Gets the value of the lotNumberText property.getName()Gets the value of the name property.Gets the value of the nullFlavor property.Gets the value of the realmCode property.jakarta.xml.bind.JAXBElement<COCTMT230100UVSubContent>Gets the value of the subContent property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidsetAsSuperContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVSuperContent> value) Sets the value of the asSuperContent property.voidsetCapacityQuantity(PQ value) Sets the value of the capacityQuantity property.voidsetCapTypeCode(CE value) Sets the value of the capTypeCode property.voidsetClassCode(EntityClassContainer value) Sets the value of the classCode property.voidSets the value of the code property.voidsetDeterminerCode(String value) Sets the value of the determinerCode property.voidsetFormCode(CE value) Sets the value of the formCode property.voidSets the value of the id property.voidsetLotNumberText(ST value) Sets the value of the lotNumberText property.voidsetSubContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVSubContent> value) Sets the value of the subContent property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withAsSuperContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVSuperContent> value) withCapacityQuantity(PQ value) withCapTypeCode(CE value) withDeterminerCode(String value) withFormCode(CE value) withLotNumberText(ST value) withName(Collection<TN> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withSubContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVSubContent> value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
name
-
formCode
-
lotNumberText
-
capacityQuantity
-
capTypeCode
-
asManufacturedProduct
-
asSuperContent
-
subContent
-
nullFlavor
-
classCode
-
determinerCode
-
-
Constructor Details
-
COCTMT230100UVPackagedMedicine
public COCTMT230100UVPackagedMedicine()
-
-
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 -
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
-
getCapacityQuantity
Gets the value of the capacityQuantity property.- Returns:
- possible object is
PQ
-
setCapacityQuantity
Sets the value of the capacityQuantity property.- Parameters:
value- allowed object isPQ
-
getCapTypeCode
Gets the value of the capTypeCode property.- Returns:
- possible object is
CE
-
setCapTypeCode
Sets the value of the capTypeCode property.- Parameters:
value- allowed object isCE
-
getAsManufacturedProduct
Gets the value of the asManufacturedProduct 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 asManufacturedProduct property.For example, to add a new item, do as follows:
getAsManufacturedProduct().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT230100UVManufacturedProduct -
getAsSuperContent
Gets the value of the asSuperContent property.- Returns:
- possible object is
JAXBElement<COCTMT230100UVSuperContent>
-
setAsSuperContent
Sets the value of the asSuperContent property.- Parameters:
value- allowed object isJAXBElement<COCTMT230100UVSuperContent>
-
getSubContent
Gets the value of the subContent property.- Returns:
- possible object is
JAXBElement<COCTMT230100UVSubContent>
-
setSubContent
Sets the value of the subContent property.- Parameters:
value- allowed object isJAXBElement<COCTMT230100UVSubContent>
-
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
EntityClassContainer
-
setClassCode
Sets the value of the classCode property.- Parameters:
value- allowed object isEntityClassContainer
-
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
-
withFormCode
-
withLotNumberText
-
withCapacityQuantity
-
withCapTypeCode
-
withAsManufacturedProduct
public COCTMT230100UVPackagedMedicine withAsManufacturedProduct(COCTMT230100UVManufacturedProduct... values) -
withAsManufacturedProduct
public COCTMT230100UVPackagedMedicine withAsManufacturedProduct(Collection<COCTMT230100UVManufacturedProduct> values) -
withAsSuperContent
public COCTMT230100UVPackagedMedicine withAsSuperContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVSuperContent> value) -
withSubContent
public COCTMT230100UVPackagedMedicine withSubContent(jakarta.xml.bind.JAXBElement<COCTMT230100UVSubContent> value) -
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
-