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

riv.ehr.patientsummary._1.PIVLTSDATE 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 PIVL_TS.DATE complex type. * *

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

 * <complexType name="PIVL_TS.DATE">
 *   <complexContent>
 *     <extension base="{urn:riv:ehr:patientsummary:1}QSET_TS.DATE">
 *       <sequence>
 *         <element name="phase" type="{urn:riv:ehr:patientsummary:1}IVL_TS.DATE" minOccurs="0"/>
 *         <element name="period" type="{urn:riv:ehr:patientsummary:1}PQ" minOccurs="0"/>
 *         <element name="frequency" type="{urn:riv:ehr:patientsummary:1}RTO" minOccurs="0"/>
 *         <element name="count" type="{urn:riv:ehr:patientsummary:1}INT.POS" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="alignment" type="{urn:riv:ehr:patientsummary:1}CalendarCycle" />
 *       <attribute name="isFlexible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PIVL_TS.DATE", propOrder = { "phase", "period", "frequency", "count" }) public class PIVLTSDATE extends QSETTSDATE { protected IVLTSDATE phase; protected PQ period; protected RTO frequency; protected INTPOS count; @XmlAttribute(name = "alignment") protected CalendarCycle alignment; @XmlAttribute(name = "isFlexible") protected Boolean isFlexible; /** * Gets the value of the phase property. * * @return * possible object is * {@link IVLTSDATE } * */ public IVLTSDATE getPhase() { return phase; } /** * Sets the value of the phase property. * * @param value * allowed object is * {@link IVLTSDATE } * */ public void setPhase(IVLTSDATE value) { this.phase = value; } /** * Gets the value of the period property. * * @return * possible object is * {@link PQ } * */ public PQ getPeriod() { return period; } /** * Sets the value of the period property. * * @param value * allowed object is * {@link PQ } * */ public void setPeriod(PQ value) { this.period = value; } /** * Gets the value of the frequency property. * * @return * possible object is * {@link RTO } * */ public RTO getFrequency() { return frequency; } /** * Sets the value of the frequency property. * * @param value * allowed object is * {@link RTO } * */ public void setFrequency(RTO value) { this.frequency = value; } /** * Gets the value of the count property. * * @return * possible object is * {@link INTPOS } * */ public INTPOS getCount() { return count; } /** * Sets the value of the count property. * * @param value * allowed object is * {@link INTPOS } * */ public void setCount(INTPOS value) { this.count = value; } /** * Gets the value of the alignment property. * * @return * possible object is * {@link CalendarCycle } * */ public CalendarCycle getAlignment() { return alignment; } /** * Sets the value of the alignment property. * * @param value * allowed object is * {@link CalendarCycle } * */ public void setAlignment(CalendarCycle value) { this.alignment = value; } /** * Gets the value of the isFlexible property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsFlexible() { return isFlexible; } /** * Sets the value of the isFlexible property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsFlexible(Boolean value) { this.isFlexible = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy