Class IVLPQ
- Direct Known Subclasses:
BXITIVLPQ
Java class for IVL_PQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IVL_PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}SXCM_PQ">
<choice minOccurs="0">
<sequence>
<element name="low" type="{urn:hl7-org:v3}IVXB_PQ"/>
<choice minOccurs="0">
<element name="width" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
<element name="high" type="{urn:hl7-org:v3}IVXB_PQ" minOccurs="0"/>
</choice>
</sequence>
<element name="high" type="{urn:hl7-org:v3}IVXB_PQ"/>
<sequence>
<element name="width" type="{urn:hl7-org:v3}PQ"/>
<element name="high" type="{urn:hl7-org:v3}IVXB_PQ" minOccurs="0"/>
</sequence>
<sequence>
<element name="center" type="{urn:hl7-org:v3}PQ"/>
<element name="width" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
</sequence>
</choice>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.PQ
translation, unit, valueFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRest()Gets the rest of the content model.inthashCode()toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOperator(SetOperator value) withRest(Collection<jakarta.xml.bind.JAXBElement<? extends PQ>> values) withTranslation(Collection<PQR> values) withTranslation(PQR... values) Methods inherited from class org.hl7.v3.SXCMPQ
getOperator, setOperatorMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
rest
-
-
Constructor Details
-
IVLPQ
public IVLPQ()
-
-
Method Details
-
getRest
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "High" is used by two different parts of a schema. See: line 181 of file:/home/jenkins/agent/workspace/OpenNCP-ncpeh_simulation_api-maven_central_release/ncpeh-simulation-ehdsi-model/src/main/resources/schemas/HL7V3/NE2008/coreschemas/datatypes.xsd line 172 of file:/home/jenkins/agent/workspace/OpenNCP-ncpeh_simulation_api-maven_central_release/ncpeh-simulation-ehdsi-model/src/main/resources/schemas/HL7V3/NE2008/coreschemas/datatypes.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest 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 rest property.For example, to add a new item, do as follows:
getRest().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<IVXBPQ>JAXBElement<IVXBPQ>JAXBElement<PQ>JAXBElement<PQ> -
withRest
-
withRest
-
withOperator
- Overrides:
withOperatorin classSXCMPQ
-
withTranslation
- Overrides:
withTranslationin classSXCMPQ
-
withTranslation
- Overrides:
withTranslationin classSXCMPQ
-
withValue
-
withUnit
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMPQ
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMPQ
-
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
-