Package org.hl7.v3
Class PIVLPPDTS
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.TS
org.hl7.v3.PPDTS
org.hl7.v3.SXCMPPDTS
org.hl7.v3.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
FieldsFields inherited from class org.hl7.v3.PPDTS
distributionType, standardDeviationFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the alignment property.Gets the value of the period property.getPhase()Gets the value of the phase property.inthashCode()booleanGets the value of the institutionSpecified property.voidsetInstitutionSpecified(Boolean value) Sets the value of the institutionSpecified property.voidSets the value of the period property.voidSets the value of the phase property.toString()Generates a String representation of the contents of this type.withAlignment(String... values) withAlignment(Collection<String> values) withInstitutionSpecified(Boolean value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOperator(SetOperator value) withPeriod(PPDPQ value) withStandardDeviation(PQ value) Methods inherited from class org.hl7.v3.SXCMPPDTS
getOperator, setOperatorMethods inherited from class org.hl7.v3.PPDTS
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviationMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
phase
-
period
-
alignment
-
institutionSpecified
-
-
Constructor Details
-
PIVLPPDTS
public PIVLPPDTS()
-
-
Method Details
-
getPhase
Gets the value of the phase property.- Returns:
- possible object is
IVLPPDTS
-
setPhase
Sets the value of the phase property.- Parameters:
value- allowed object isIVLPPDTS
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
PPDPQ
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPPDPQ
-
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 Jakarta XML Binding 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 -
isInstitutionSpecified
public boolean isInstitutionSpecified()Gets the value of the institutionSpecified property.- Returns:
- possible object is
Boolean
-
setInstitutionSpecified
Sets the value of the institutionSpecified property.- Parameters:
value- allowed object isBoolean
-
withPhase
-
withPeriod
-
withAlignment
-
withAlignment
-
withInstitutionSpecified
-
withOperator
- Overrides:
withOperatorin classSXCMPPDTS
-
withStandardDeviation
- Overrides:
withStandardDeviationin classSXCMPPDTS
-
withDistributionType
- Overrides:
withDistributionTypein classSXCMPPDTS
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMPPDTS
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMPPDTS
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-