All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hl7.v3.COCTMT230100UVMedicine Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.02.11 at 11:39:13 AM EST 
//


package org.hl7.v3;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;


/**
 * 

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_explicit" 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_explicit" minOccurs="0"/>
 *         <element name="stabilityTime" type="{urn:hl7-org:v3}IVL_TS_explicit" 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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "COCT_MT230100UV.Medicine", propOrder = { "realmCode", "typeId", "templateId", "id", "code", "name", "desc", "riskCode", "handlingCode", "formCode", "lotNumberText", "expirationTime", "stabilityTime", "asDistributedProduct", "asMedicineManufacturer", "asContent", "asSpecializedKind", "part", "ingredient" }) public class COCTMT230100UVMedicine { protected List realmCode; protected II typeId; protected List templateId; protected II id; protected CE code; protected List name; protected EDExplicit desc; protected CE riskCode; protected CE handlingCode; protected CE formCode; protected ST lotNumberText; protected IVLTSExplicit expirationTime; protected IVLTSExplicit stabilityTime; @XmlElement(nillable = true) protected List asDistributedProduct; @XmlElement(nillable = true) protected List asMedicineManufacturer; @XmlElementRef(name = "asContent", namespace = "urn:hl7-org:v3", type = JAXBElement.class, required = false) protected JAXBElement asContent; @XmlElement(nillable = true) protected List asSpecializedKind; @XmlElement(nillable = true) protected List part; @XmlElement(nillable = true) protected List ingredient; @XmlAttribute(name = "nullFlavor") protected List nullFlavor; @XmlAttribute(name = "classCode", required = true) protected String classCode; @XmlAttribute(name = "determinerCode", required = true) protected String determinerCode; /** * 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 JAXB object. * This is why there is not a set method 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 * {@link CS } * * */ public List getRealmCode() { if (realmCode == null) { realmCode = new ArrayList(); } return this.realmCode; } /** * Gets the value of the typeId property. * * @return * possible object is * {@link II } * */ public II getTypeId() { return typeId; } /** * Sets the value of the typeId property. * * @param value * allowed object is * {@link II } * */ public void setTypeId(II value) { this.typeId = value; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link II } * * */ public List getTemplateId() { if (templateId == null) { templateId = new ArrayList(); } return this.templateId; } /** * Gets the value of the id property. * * @return * possible object is * {@link II } * */ public II getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link II } * */ public void setId(II value) { this.id = value; } /** * Gets the value of the code property. * * @return * possible object is * {@link CE } * */ public CE getCode() { return code; } /** * Sets the value of the code property. * * @param value * allowed object is * {@link CE } * */ public void setCode(CE value) { this.code = value; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link TN } * * */ public List getName() { if (name == null) { name = new ArrayList(); } return this.name; } /** * Gets the value of the desc property. * * @return * possible object is * {@link EDExplicit } * */ public EDExplicit getDesc() { return desc; } /** * Sets the value of the desc property. * * @param value * allowed object is * {@link EDExplicit } * */ public void setDesc(EDExplicit value) { this.desc = value; } /** * Gets the value of the riskCode property. * * @return * possible object is * {@link CE } * */ public CE getRiskCode() { return riskCode; } /** * Sets the value of the riskCode property. * * @param value * allowed object is * {@link CE } * */ public void setRiskCode(CE value) { this.riskCode = value; } /** * Gets the value of the handlingCode property. * * @return * possible object is * {@link CE } * */ public CE getHandlingCode() { return handlingCode; } /** * Sets the value of the handlingCode property. * * @param value * allowed object is * {@link CE } * */ public void setHandlingCode(CE value) { this.handlingCode = value; } /** * Gets the value of the formCode property. * * @return * possible object is * {@link CE } * */ public CE getFormCode() { return formCode; } /** * Sets the value of the formCode property. * * @param value * allowed object is * {@link CE } * */ public void setFormCode(CE value) { this.formCode = value; } /** * Gets the value of the lotNumberText property. * * @return * possible object is * {@link ST } * */ public ST getLotNumberText() { return lotNumberText; } /** * Sets the value of the lotNumberText property. * * @param value * allowed object is * {@link ST } * */ public void setLotNumberText(ST value) { this.lotNumberText = value; } /** * Gets the value of the expirationTime property. * * @return * possible object is * {@link IVLTSExplicit } * */ public IVLTSExplicit getExpirationTime() { return expirationTime; } /** * Sets the value of the expirationTime property. * * @param value * allowed object is * {@link IVLTSExplicit } * */ public void setExpirationTime(IVLTSExplicit value) { this.expirationTime = value; } /** * Gets the value of the stabilityTime property. * * @return * possible object is * {@link IVLTSExplicit } * */ public IVLTSExplicit getStabilityTime() { return stabilityTime; } /** * Sets the value of the stabilityTime property. * * @param value * allowed object is * {@link IVLTSExplicit } * */ public void setStabilityTime(IVLTSExplicit value) { this.stabilityTime = value; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link COCTMT230100UVDistributedProduct } * * */ public List getAsDistributedProduct() { if (asDistributedProduct == null) { asDistributedProduct = new ArrayList(); } return this.asDistributedProduct; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link COCTMT230100UVMedicineManufacturer } * * */ public List getAsMedicineManufacturer() { if (asMedicineManufacturer == null) { asMedicineManufacturer = new ArrayList(); } return this.asMedicineManufacturer; } /** * Gets the value of the asContent property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link COCTMT230100UVContent }{@code >} * */ public JAXBElement getAsContent() { return asContent; } /** * Sets the value of the asContent property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link COCTMT230100UVContent }{@code >} * */ public void setAsContent(JAXBElement value) { this.asContent = value; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link COCTMT230100UVSpecializedKind } * * */ public List getAsSpecializedKind() { if (asSpecializedKind == null) { asSpecializedKind = new ArrayList(); } return this.asSpecializedKind; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link COCTMT230100UVPart } * * */ public List getPart() { if (part == null) { part = new ArrayList(); } return this.part; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link COCTMT230100UVIngredient } * * */ public List getIngredient() { if (ingredient == null) { ingredient = new ArrayList(); } return this.ingredient; } /** * 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 JAXB object. * This is why there is not a set method 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 * {@link String } * * */ public List getNullFlavor() { if (nullFlavor == null) { nullFlavor = new ArrayList(); } return this.nullFlavor; } /** * Gets the value of the classCode property. * * @return * possible object is * {@link String } * */ public String getClassCode() { return classCode; } /** * Sets the value of the classCode property. * * @param value * allowed object is * {@link String } * */ public void setClassCode(String value) { this.classCode = value; } /** * Gets the value of the determinerCode property. * * @return * possible object is * {@link String } * */ public String getDeterminerCode() { return determinerCode; } /** * Sets the value of the determinerCode property. * * @param value * allowed object is * {@link String } * */ public void setDeterminerCode(String value) { this.determinerCode = value; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy