|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.ST
org.hl7.v3.ENXP
public class ENXP
A character string token representing a part of a name. May have a type code signifying the role of the part in the whole entity name, and a qualifier code for more detail about the name part type. Typical name parts for person names are given names, and family names, titles, etc.
Java class for ENXP complex type.
The following schema fragment specifies the expected content contained within this class.
<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 | |
---|---|
protected java.lang.String |
partType
|
protected java.util.List<java.lang.String> |
qualifier
|
Fields inherited from class org.hl7.v3.ED |
---|
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType |
Fields inherited from class org.hl7.v3.BIN |
---|
content, representation |
Constructor Summary | |
---|---|
ENXP()
|
Method Summary | |
---|---|
java.lang.String |
getPartType()
Gets the value of the partType property. |
java.util.List<java.lang.String> |
getQualifier()
Gets the value of the qualifier property. |
void |
setPartType(java.lang.String value)
Sets the value of the partType property. |
Methods inherited from class org.hl7.v3.ED |
---|
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType |
Methods inherited from class org.hl7.v3.BIN |
---|
content, getRepresentation, setContent, setRepresentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String partType
protected java.util.List<java.lang.String> qualifier
Constructor Detail |
---|
public ENXP()
Method Detail |
---|
public java.lang.String getPartType()
String
public void setPartType(java.lang.String value)
value
- allowed object is String
public java.util.List<java.lang.String> getQualifier()
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
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |