Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class ADXP

java.lang.Object
  extended by org.hl7.v3.BIN
      extended by org.hl7.v3.ED
          extended by org.hl7.v3.ST
              extended by org.hl7.v3.ADXP
All Implemented Interfaces:
java.io.Serializable
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

public class ADXP
extends ST

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 class for ADXP complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ADXP">
   <complexContent>
     <extension base="{urn:hl7-org:v3}ST">
       <attribute name="partType" type="{urn:hl7-org:v3}AddressPartType" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.String> partType
           
 
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
ADXP()
           
 
Method Summary
 java.util.List<java.lang.String> getPartType()
          Gets 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

partType

protected java.util.List<java.lang.String> partType
Constructor Detail

ADXP

public ADXP()
Method Detail

getPartType

public java.util.List<java.lang.String> 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


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013