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

org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS Maven / Gradle / Ivy

/*******************************************************************************
 * Copyright (c) 2009, 2011 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
package org.openhealthtools.mdht.uml.hl7.datatypes;

import org.openhealthtools.mdht.uml.hl7.vocab.CalendarCycle;

/**
 * 
 * A representation of the model object 'PIVL TS'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getPhase Phase}
  • *
  • {@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getPeriod Period}
  • *
  • {@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getAlignment Alignment}
  • *
  • {@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getInstitutionSpecified Institution Specified}
  • *
*

* * @see org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage#getPIVL_TS() * @model * @generated */ public interface PIVL_TS extends SXCM_TS { /** * Returns the value of the 'Phase' containment reference. * *

* If the meaning of the 'Phase' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Phase' containment reference. * @see #setPhase(IVL_TS) * @see org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage#getPIVL_TS_Phase() * @model containment="true" ordered="false" * extendedMetaData="namespace='urn:hl7-org:v3'" * @generated */ IVL_TS getPhase(); /** * Sets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getPhase Phase}' containment reference. * * * @param value the new value of the 'Phase' containment reference. * @see #getPhase() * @generated */ void setPhase(IVL_TS value); /** * Returns the value of the 'Period' containment reference. * *

* If the meaning of the 'Period' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Period' containment reference. * @see #setPeriod(PQ) * @see org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage#getPIVL_TS_Period() * @model containment="true" ordered="false" * extendedMetaData="namespace='urn:hl7-org:v3'" * @generated */ PQ getPeriod(); /** * Sets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getPeriod Period}' containment reference. * * * @param value the new value of the 'Period' containment reference. * @see #getPeriod() * @generated */ void setPeriod(PQ value); /** * Returns the value of the 'Alignment' attribute. * The literals are from the enumeration {@link org.openhealthtools.mdht.uml.hl7.vocab.CalendarCycle}. * *

* If the meaning of the 'Alignment' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Alignment' attribute. * @see org.openhealthtools.mdht.uml.hl7.vocab.CalendarCycle * @see #isSetAlignment() * @see #unsetAlignment() * @see #setAlignment(CalendarCycle) * @see org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage#getPIVL_TS_Alignment() * @model unsettable="true" ordered="false" * @generated */ CalendarCycle getAlignment(); /** * Sets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getAlignment Alignment}' attribute. * * * @param value the new value of the 'Alignment' attribute. * @see org.openhealthtools.mdht.uml.hl7.vocab.CalendarCycle * @see #isSetAlignment() * @see #unsetAlignment() * @see #getAlignment() * @generated */ void setAlignment(CalendarCycle value); /** * Unsets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getAlignment Alignment}' attribute. * * * @see #isSetAlignment() * @see #getAlignment() * @see #setAlignment(CalendarCycle) * @generated */ void unsetAlignment(); /** * Returns whether the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getAlignment Alignment}' attribute is set. * * * @return whether the value of the 'Alignment' attribute is set. * @see #unsetAlignment() * @see #getAlignment() * @see #setAlignment(CalendarCycle) * @generated */ boolean isSetAlignment(); /** * Returns the value of the 'Institution Specified' attribute. * The default value is "false". * *

* If the meaning of the 'Institution Specified' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Institution Specified' attribute. * @see #isSetInstitutionSpecified() * @see #unsetInstitutionSpecified() * @see #setInstitutionSpecified(Boolean) * @see org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage#getPIVL_TS_InstitutionSpecified() * @model default="false" unsettable="true" ordered="false" * @generated */ Boolean getInstitutionSpecified(); /** * Sets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getInstitutionSpecified Institution Specified}' attribute. * * * @param value the new value of the 'Institution Specified' attribute. * @see #isSetInstitutionSpecified() * @see #unsetInstitutionSpecified() * @see #getInstitutionSpecified() * @generated */ void setInstitutionSpecified(Boolean value); /** * Unsets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getInstitutionSpecified Institution Specified}' attribute. * * * @see #isSetInstitutionSpecified() * @see #getInstitutionSpecified() * @see #setInstitutionSpecified(Boolean) * @generated */ void unsetInstitutionSpecified(); /** * Returns whether the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.PIVL_TS#getInstitutionSpecified Institution Specified}' attribute is set. * * * @return whether the value of the 'Institution Specified' attribute is set. * @see #unsetInstitutionSpecified() * @see #getInstitutionSpecified() * @see #setInstitutionSpecified(Boolean) * @generated */ boolean isSetInstitutionSpecified(); } // PIVL_TS




© 2015 - 2024 Weber Informatics LLC | Privacy Policy