Class COCTMT530000UVConsumable
Java class for COCT_MT530000UV.Consumable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT530000UV.Consumable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<choice>
<element name="administerableMaterial" type="{urn:hl7-org:v3}COCT_MT530000UV.AdministerableMaterial"/>
<element name="medication" type="{urn:hl7-org:v3}COCT_MT230100UV.Medication"/>
</choice>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="typeCode" use="required" type="{urn:hl7-org:v3}ParticipationType" fixed="CSM" />
<attribute name="contextControlCode" type="{urn:hl7-org:v3}ContextControl" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<COCTMT530000UVAdministerableMaterial>protected Stringprotected jakarta.xml.bind.JAXBElement<COCTMT230100UVMedication>protected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjakarta.xml.bind.JAXBElement<COCTMT530000UVAdministerableMaterial>Gets the value of the administerableMaterial property.Gets the value of the contextControlCode property.jakarta.xml.bind.JAXBElement<COCTMT230100UVMedication>Gets the value of the medication property.Gets the value of the nullFlavor property.Gets the value of the realmCode property.Gets the value of the templateId property.Gets the value of the typeCode property.Gets the value of the typeId property.inthashCode()voidsetAdministerableMaterial(jakarta.xml.bind.JAXBElement<COCTMT530000UVAdministerableMaterial> value) Sets the value of the administerableMaterial property.voidsetContextControlCode(String value) Sets the value of the contextControlCode property.voidsetMedication(jakarta.xml.bind.JAXBElement<COCTMT230100UVMedication> value) Sets the value of the medication property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withAdministerableMaterial(jakarta.xml.bind.JAXBElement<COCTMT530000UVAdministerableMaterial> value) withContextControlCode(String value) withMedication(jakarta.xml.bind.JAXBElement<COCTMT230100UVMedication> value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeCode(String... values) withTypeCode(Collection<String> values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
administerableMaterial
-
medication
-
nullFlavor
-
typeCode
-
contextControlCode
-
-
Constructor Details
-
COCTMT530000UVConsumable
public COCTMT530000UVConsumable()
-
-
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 -
getAdministerableMaterial
public jakarta.xml.bind.JAXBElement<COCTMT530000UVAdministerableMaterial> getAdministerableMaterial()Gets the value of the administerableMaterial property.- Returns:
- possible object is
JAXBElement<COCTMT530000UVAdministerableMaterial>
-
setAdministerableMaterial
public void setAdministerableMaterial(jakarta.xml.bind.JAXBElement<COCTMT530000UVAdministerableMaterial> value) Sets the value of the administerableMaterial property.- Parameters:
value- allowed object isJAXBElement<COCTMT530000UVAdministerableMaterial>
-
getMedication
Gets the value of the medication property.- Returns:
- possible object is
JAXBElement<COCTMT230100UVMedication>
-
setMedication
Sets the value of the medication property.- Parameters:
value- allowed object isJAXBElement<COCTMT230100UVMedication>
-
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 -
getTypeCode
Gets the value of the typeCode 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 typeCode property.For example, to add a new item, do as follows:
getTypeCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
getContextControlCode
Gets the value of the contextControlCode property.- Returns:
- possible object is
String
-
setContextControlCode
Sets the value of the contextControlCode property.- Parameters:
value- allowed object isString
-
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withAdministerableMaterial
public COCTMT530000UVConsumable withAdministerableMaterial(jakarta.xml.bind.JAXBElement<COCTMT530000UVAdministerableMaterial> value) -
withMedication
public COCTMT530000UVConsumable withMedication(jakarta.xml.bind.JAXBElement<COCTMT230100UVMedication> value) -
withNullFlavor
-
withNullFlavor
-
withTypeCode
-
withTypeCode
-
withContextControlCode
-
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
-