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, thumbnail
Fields inherited from class org.projecthusky.common.hl7cdar2.BIN
representation
Fields 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.void
setPartType
(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, setThumbnail
Methods inherited from class org.projecthusky.common.hl7cdar2.BIN
getRepresentation, setRepresentation
Methods 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
set
method 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. IfreplaceNullByEmptyList
is set totrue
, the property is set to a new list if it wasnull
.If
replaceNullByEmptyList
is 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 aset
method 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
-