Class ENXP
- Direct Known Subclasses:
EnDelimiter,EnFamily,EnGiven,EnPrefix,EnSuffix
Java-Klasse für ENXP complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ENXP">
<complexContent>
<extension base="{urn:hl7-org:v3}ST">
<attribute name="partType" type="{urn:hl7-org:v3}EntityNamePartType" />
<attribute name="qualifier" type="{urn:hl7-org:v3}set_EntityNamePartQualifier" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType, reference, thumbnailFields inherited from class org.projecthusky.common.hl7cdar2.BIN
representationFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der partType-Eigenschaft ab.Gets the value of the qualifier property and sets it to a new list if it wasnull.getQualifier(boolean replaceNullByEmptyList) Gets the value of the qualifier property.voidsetPartType(String value) Legt den Wert der partType-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getTextContent, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, setReference, setThumbnailMethods inherited from class org.projecthusky.common.hl7cdar2.BIN
getRepresentation, setRepresentationMethods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
partType
-
qualifier
-
-
Constructor Details
-
ENXP
public ENXP() -
ENXP
-
-
Method Details
-
getPartType
Ruft den Wert der partType-Eigenschaft ab.- Returns:
- possible object is
String
-
getQualifier
Gets the value of the qualifier property and sets it to a new list if it wasnull.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 qualifier property.For example, to add a new item, do as follows:
getQualifier().add(newItem);Objects of the following type(s) are allowed in the list
String -
getQualifier
Gets the value of the qualifier property. IfreplaceNullByEmptyListis set totrue, the property is set to a new list if it wasnull.If
replaceNullByEmptyListis set totrue, 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 asetmethod for the qualifier property.For example, to add a new item, do as follows:
getQualifier().add(newItem);Objects of the following type(s) are allowed in the list
String -
setPartType
Legt den Wert der partType-Eigenschaft fest.- Parameters:
value- allowed object isString
-