public class PIVLPPDTS extends SXCMPPDTS
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>
| Constructor and Description |
|---|
PIVLPPDTS() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getOperator, setOperatorgetDistributionType, getStandardDeviation, setDistributionType, setStandardDeviationgetContent, getNullFlavor, setContentpublic IVLPPDTS getPhase()
IVLPPDTSpublic void setPhase(IVLPPDTS value)
value - allowed object is
IVLPPDTSpublic PPDPQ getPeriod()
PPDPQpublic void setPeriod(PPDPQ value)
value - allowed object is
PPDPQpublic 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()
Booleanpublic void setInstitutionSpecified(java.lang.Boolean value)
value - allowed object is
Boolean