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

riv.ehr.patientsummary._1.EN Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version

package riv.ehr.patientsummary._1;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for EN complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="EN">
 *   <complexContent>
 *     <extension base="{urn:riv:ehr:patientsummary:1}ANY">
 *       <sequence>
 *         <element name="part" type="{urn:riv:ehr:patientsummary:1}ENXP" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="use" type="{urn:riv:ehr:patientsummary:1}set_EntityNameUse" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EN", propOrder = { "part" }) @XmlSeeAlso({ ENTN.class, ENPN.class, ENON.class }) public class EN extends ANY { protected List part; @XmlAttribute(name = "use") protected List use; /** * 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 ENXP } * * */ public List getPart() { if (part == null) { part = new ArrayList(); } return this.part; } /** * Gets the value of the use 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 use property. * *

* For example, to add a new item, do as follows: *

     *    getUse().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link EntityNameUse } * * */ public List getUse() { if (use == null) { use = new ArrayList(); } return this.use; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy