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

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

There is a newer version: 1.0.1
Show newest version

package riv.ehr.patientsummary._1;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for QSP_INT.POS complex type. * *

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

 * <complexType name="QSP_INT.POS">
 *   <complexContent>
 *     <extension base="{urn:riv:ehr:patientsummary:1}QSET_INT.POS">
 *       <sequence>
 *         <element name="first" type="{urn:riv:ehr:patientsummary:1}QSET_INT.POS" minOccurs="0"/>
 *         <element name="second" type="{urn:riv:ehr:patientsummary:1}QSET_INT.POS" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "QSP_INT.POS", propOrder = { "first", "second" }) public class QSPINTPOS extends QSETINTPOS { protected QSETINTPOS first; protected QSETINTPOS second; /** * Gets the value of the first property. * * @return * possible object is * {@link QSETINTPOS } * */ public QSETINTPOS getFirst() { return first; } /** * Sets the value of the first property. * * @param value * allowed object is * {@link QSETINTPOS } * */ public void setFirst(QSETINTPOS value) { this.first = value; } /** * Gets the value of the second property. * * @return * possible object is * {@link QSETINTPOS } * */ public QSETINTPOS getSecond() { return second; } /** * Sets the value of the second property. * * @param value * allowed object is * {@link QSETINTPOS } * */ public void setSecond(QSETINTPOS value) { this.second = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy