|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.TS
org.hl7.v3.PPDTS
org.hl7.v3.SXCMPPDTS
org.hl7.v3.PIVLPPDTS
public class PIVLPPDTS
Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements accepted for T are also accepted by this definition. However, they are NOT allowed by the normative description of this type. Unfortunately, we cannot write a general purpose schematron contraints to provide that extra validation, thus applications must be aware that instance (fragments) that pass validation with this might might still not be legal.
Java class for PIVL_PPD_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PIVL_PPD_TS"> <complexContent> <extension base="{urn:hl7-org:v3}SXCM_PPD_TS"> <sequence> <element name="phase" type="{urn:hl7-org:v3}IVL_PPD_TS" minOccurs="0"/> <element name="period" type="{urn:hl7-org:v3}PPD_PQ" minOccurs="0"/> </sequence> <attribute name="alignment" type="{urn:hl7-org:v3}CalendarCycle" /> <attribute name="institutionSpecified" type="{urn:hl7-org:v3}bl" default="false" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.String> |
alignment
|
protected java.lang.Boolean |
institutionSpecified
|
protected PPDPQ |
period
|
protected IVLPPDTS |
phase
|
Fields inherited from class org.hl7.v3.SXCMPPDTS |
---|
operator |
Fields inherited from class org.hl7.v3.PPDTS |
---|
distributionType, standardDeviation |
Fields inherited from class org.hl7.v3.TS |
---|
value |
Fields inherited from class org.hl7.v3.ANY |
---|
content, nullFlavor |
Constructor Summary | |
---|---|
PIVLPPDTS()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAlignment()
Gets the value of the alignment property. |
PPDPQ |
getPeriod()
Gets the value of the period property. |
IVLPPDTS |
getPhase()
Gets the value of the phase property. |
boolean |
isInstitutionSpecified()
Gets the value of the institutionSpecified property. |
void |
setInstitutionSpecified(java.lang.Boolean value)
Sets the value of the institutionSpecified property. |
void |
setPeriod(PPDPQ value)
Sets the value of the period property. |
void |
setPhase(IVLPPDTS value)
Sets the value of the phase property. |
Methods inherited from class org.hl7.v3.SXCMPPDTS |
---|
getOperator, setOperator |
Methods inherited from class org.hl7.v3.PPDTS |
---|
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviation |
Methods inherited from class org.hl7.v3.TS |
---|
getValue, setValue |
Methods inherited from class org.hl7.v3.ANY |
---|
content, getNullFlavor, setContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IVLPPDTS phase
protected PPDPQ period
protected java.util.List<java.lang.String> alignment
protected java.lang.Boolean institutionSpecified
Constructor Detail |
---|
public PIVLPPDTS()
Method Detail |
---|
public IVLPPDTS getPhase()
IVLPPDTS
public void setPhase(IVLPPDTS value)
value
- allowed object is IVLPPDTS
public PPDPQ getPeriod()
PPDPQ
public void setPeriod(PPDPQ value)
value
- allowed object is PPDPQ
public java.util.List<java.lang.String> getAlignment()
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 alignment property.
For example, to add a new item, do as follows:
getAlignment().add(newItem);
Objects of the following type(s) are allowed in the list String
public boolean isInstitutionSpecified()
Boolean
public void setInstitutionSpecified(java.lang.Boolean value)
value
- allowed object is Boolean
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |