Package org.projecthusky.common.hl7cdar2
Class ADXP
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.BIN
org.projecthusky.common.hl7cdar2.ED
org.projecthusky.common.hl7cdar2.ST
org.projecthusky.common.hl7cdar2.ADXP
- Direct Known Subclasses:
AdxpAdditionalLocator
,AdxpBuildingNumberSuffix
,AdxpCareOf
,AdxpCensusTract
,AdxpCity
,AdxpCountry
,AdxpCounty
,AdxpDelimiter
,AdxpDeliveryAddressLine
,AdxpDeliveryInstallationArea
,AdxpDeliveryInstallationQualifier
,AdxpDeliveryInstallationType
,AdxpDeliveryMode
,AdxpDeliveryModeIdentifier
,AdxpDirection
,AdxpHouseNumber
,AdxpHouseNumberNumeric
,AdxpPostalCode
,AdxpPostBox
,AdxpPrecinct
,AdxpState
,AdxpStreetAddressLine
,AdxpStreetName
,AdxpStreetNameBase
,AdxpStreetNameType
,AdxpUnitID
,AdxpUnitType
A character string that may have a type-tag signifying its role in the address. Typical parts that exist in about
every address are street, house number, or post box, postal code, city, country but other roles may be defined
regionally, nationally, or on an enterprise level (e.g. in military addresses). Addresses are usually broken up into
lines, which are indicated by special line-breaking delimiter elements (e.g., DEL).
Java-Klasse für ADXP complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ADXP"> <complexContent> <extension base="{urn:hl7-org:v3}ST"> <attribute name="partType" type="{urn:hl7-org:v3}AddressPartType" /> </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 TypeMethodDescriptionGets the value of the partType property.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
-
-
Constructor Details
-
ADXP
public ADXP()Default constructor -
ADXP
Constructor wit param.- Parameters:
ed
- the ed
-
-
Method Details
-
getPartType
Gets the value of the partType 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 JAXB object. This is why there is not a
set
method for the partType property.For example, to add a new item, do as follows:
getPartType().add(newItem);
Objects of the following type(s) are allowed in the list
String
-