Package org.hl7.v3
Class ENXP
java.lang.Object
org.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.ST
org.hl7.v3.ENXP
- Direct Known Subclasses:
EnDelimiter,EnFamily,EnGiven,EnPrefix,EnSuffix
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
FieldsFields inherited from class org.hl7.v3.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaTypeFields inherited from class org.hl7.v3.BIN
content, representation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the partType property.Gets the value of the qualifier property.inthashCode()voidsetPartType(String value) Sets the value of the partType property.toString()Generates a String representation of the contents of this type.withContent(String... values) withContent(Collection<String> values) withIntegrityCheck(byte[] value) withLanguage(String value) withMediaType(String value) withPartType(String value) withQualifier(String... values) withQualifier(Collection<String> values) Methods inherited from class org.hl7.v3.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaTypeMethods inherited from class org.hl7.v3.BIN
getContent, getRepresentation, setRepresentation
-
Field Details
-
partType
-
qualifier
-
-
Constructor Details
-
ENXP
public ENXP()
-
-
Method Details
-
getPartType
Gets the value of the partType property.- Returns:
- possible object is
String
-
setPartType
Sets the value of the partType property.- Parameters:
value- allowed object isString
-
getQualifier
Gets the value of the qualifier 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 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 -
withPartType
-
withQualifier
-
withQualifier
-
withMediaType
- Overrides:
withMediaTypein classST
-
withLanguage
- Overrides:
withLanguagein classST
-
withCompression
- Overrides:
withCompressionin classST
-
withIntegrityCheck
- Overrides:
withIntegrityCheckin classST
-
withIntegrityCheckAlgorithm
- Overrides:
withIntegrityCheckAlgorithmin classST
-
withContent
- Overrides:
withContentin classST
-
withContent
- Overrides:
withContentin classST
-
withRepresentation
- Overrides:
withRepresentationin classST
-
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
-