Package org.hl7.v3

Class 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

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>
 
  • Field Details

  • Constructor Details

    • ADXP

      public ADXP()
  • Method Details

    • getPartType

      public List<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 Jakarta XML Binding 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

    • withPartType

      public ADXP withPartType(String... values)
    • withPartType

      public ADXP withPartType(Collection<String> values)
    • withMediaType

      public ADXP withMediaType(String value)
      Overrides:
      withMediaType in class ST
    • withLanguage

      public ADXP withLanguage(String value)
      Overrides:
      withLanguage in class ST
    • withCompression

      public ADXP withCompression(CompressionAlgorithm value)
      Overrides:
      withCompression in class ST
    • withIntegrityCheck

      public ADXP withIntegrityCheck(byte[] value)
      Overrides:
      withIntegrityCheck in class ST
    • withIntegrityCheckAlgorithm

      public ADXP withIntegrityCheckAlgorithm(IntegrityCheckAlgorithm value)
      Overrides:
      withIntegrityCheckAlgorithm in class ST
    • withContent

      public ADXP withContent(String... values)
      Overrides:
      withContent in class ST
    • withContent

      public ADXP withContent(Collection<String> values)
      Overrides:
      withContent in class ST
    • withRepresentation

      public ADXP withRepresentation(BinaryDataEncoding value)
      Overrides:
      withRepresentation in class ST
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class ST
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ST
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class ST