Package org.projecthusky.common.hl7cdar2
Class PIVLPPDTS
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.QTY
org.projecthusky.common.hl7cdar2.TS
org.projecthusky.common.hl7cdar2.PPDTS
org.projecthusky.common.hl7cdar2.SXCMPPDTS
org.projecthusky.common.hl7cdar2.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-Klasse für PIVL_PPD_TS complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.PPDTS
distributionType, standardDeviationFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alignment property.Ruft den Wert der period-Eigenschaft ab.getPhase()Ruft den Wert der phase-Eigenschaft ab.booleanRuft den Wert der institutionSpecified-Eigenschaft ab.voidsetInstitutionSpecified(Boolean value) Legt den Wert der institutionSpecified-Eigenschaft fest.voidLegt den Wert der period-Eigenschaft fest.voidLegt den Wert der phase-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.SXCMPPDTS
getOperator, setOperatorMethods inherited from class org.projecthusky.common.hl7cdar2.PPDTS
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviationMethods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
phase
-
period
-
alignment
-
institutionSpecified
-
-
Constructor Details
-
PIVLPPDTS
public PIVLPPDTS()
-
-
Method Details
-
getAlignment
Gets the value of the alignment property.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
setmethod 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 -
getPeriod
Ruft den Wert der period-Eigenschaft ab.- Returns:
- possible object is
PPDPQ
-
getPhase
Ruft den Wert der phase-Eigenschaft ab.- Returns:
- possible object is
IVLPPDTS
-
isInstitutionSpecified
public boolean isInstitutionSpecified()Ruft den Wert der institutionSpecified-Eigenschaft ab.- Returns:
- possible object is
Boolean
-
setInstitutionSpecified
Legt den Wert der institutionSpecified-Eigenschaft fest.- Parameters:
value- allowed object isBoolean
-
setPeriod
Legt den Wert der period-Eigenschaft fest.- Parameters:
value- allowed object isPPDPQ
-
setPhase
Legt den Wert der phase-Eigenschaft fest.- Parameters:
value- allowed object isIVLPPDTS
-