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

riv.ehr.patientsummary._1.UVPTSDATE 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.XmlAttribute;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for UVP_TS.DATE complex type. * *

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

 * <complexType name="UVP_TS.DATE">
 *   <complexContent>
 *     <extension base="{urn:riv:ehr:patientsummary:1}ANY">
 *       <sequence>
 *         <element name="value" type="{urn:riv:ehr:patientsummary:1}TS.DATE" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="probability" type="{http://www.w3.org/2001/XMLSchema}double" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "UVP_TS.DATE", propOrder = { "value" }) public class UVPTSDATE extends ANY { protected TSDATE value; @XmlAttribute(name = "probability") protected Double probability; /** * Gets the value of the value property. * * @return * possible object is * {@link TSDATE } * */ public TSDATE getValue() { return value; } /** * Sets the value of the value property. * * @param value * allowed object is * {@link TSDATE } * */ public void setValue(TSDATE value) { this.value = value; } /** * Gets the value of the probability property. * * @return * possible object is * {@link Double } * */ public Double getProbability() { return probability; } /** * Sets the value of the probability property. * * @param value * allowed object is * {@link Double } * */ public void setProbability(Double value) { this.probability = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy