Class AD
Java-Klasse für AD complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AD">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="delimiter" type="{urn:hl7-org:v3}adxp.delimiter"/>
<element name="country" type="{urn:hl7-org:v3}adxp.country"/>
<element name="state" type="{urn:hl7-org:v3}adxp.state"/>
<element name="county" type="{urn:hl7-org:v3}adxp.county"/>
<element name="city" type="{urn:hl7-org:v3}adxp.city"/>
<element name="postalCode" type="{urn:hl7-org:v3}adxp.postalCode"/>
<element name="streetAddressLine" type="{urn:hl7-org:v3}adxp.streetAddressLine"/>
<element name="houseNumber" type="{urn:hl7-org:v3}adxp.houseNumber"/>
<element name="houseNumberNumeric" type="{urn:hl7-org:v3}adxp.houseNumberNumeric"/>
<element name="direction" type="{urn:hl7-org:v3}adxp.direction"/>
<element name="streetName" type="{urn:hl7-org:v3}adxp.streetName"/>
<element name="streetNameBase" type="{urn:hl7-org:v3}adxp.streetNameBase"/>
<element name="streetNameType" type="{urn:hl7-org:v3}adxp.streetNameType"/>
<element name="additionalLocator" type="{urn:hl7-org:v3}adxp.additionalLocator"/>
<element name="unitID" type="{urn:hl7-org:v3}adxp.unitID"/>
<element name="unitType" type="{urn:hl7-org:v3}adxp.unitType"/>
<element name="careOf" type="{urn:hl7-org:v3}adxp.careOf"/>
<element name="censusTract" type="{urn:hl7-org:v3}adxp.censusTract"/>
<element name="deliveryAddressLine" type="{urn:hl7-org:v3}adxp.deliveryAddressLine"/>
<element name="deliveryInstallationType" type="{urn:hl7-org:v3}adxp.deliveryInstallationType"/>
<element name="deliveryInstallationArea" type="{urn:hl7-org:v3}adxp.deliveryInstallationArea"/>
<element name="deliveryInstallationQualifier" type="{urn:hl7-org:v3}adxp.deliveryInstallationQualifier"/>
<element name="deliveryMode" type="{urn:hl7-org:v3}adxp.deliveryMode"/>
<element name="deliveryModeIdentifier" type="{urn:hl7-org:v3}adxp.deliveryModeIdentifier"/>
<element name="buildingNumberSuffix" type="{urn:hl7-org:v3}adxp.buildingNumberSuffix"/>
<element name="postBox" type="{urn:hl7-org:v3}adxp.postBox"/>
<element name="precinct" type="{urn:hl7-org:v3}adxp.precinct"/>
</choice>
<element name="useablePeriod" type="{urn:hl7-org:v3}SXCM_TS" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="use" type="{urn:hl7-org:v3}set_PostalAddressUse" />
<attribute name="isNotOrdered" type="{urn:hl7-org:v3}bl" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull List<Serializable>Mailing and home or office addresses.getUse()Gets the value of the use property.Ruft den Wert der isNotOrdered-Eigenschaft ab.voidsetIsNotOrdered(Boolean value) Legt den Wert der isNotOrdered-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
-
isNotOrdered
-
use
-
-
Constructor Details
-
AD
public AD()
-
-
Method Details
-
getContent
Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc. Gets the value of the content 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
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<AdxpAdditionalLocator>JAXBElement<AdxpPostBox>JAXBElement<AdxpHouseNumberNumeric>JAXBElement<AdxpDeliveryInstallationType>JAXBElement<AdxpCareOf>JAXBElement<AdxpPostalCode>JAXBElement<AdxpStreetName>JAXBElement<AdxpDeliveryAddressLine>JAXBElement<AdxpCity>JAXBElement<AdxpStreetAddressLine>JAXBElement<AdxpUnitID>JAXBElement<AdxpPrecinct>StringJAXBElement<AdxpDeliveryInstallationArea>JAXBElement<AdxpState>JAXBElement<AdxpStreetNameBase>JAXBElement<AdxpCountry>JAXBElement<AdxpCensusTract>JAXBElement<AdxpDeliveryModeIdentifier>JAXBElement<SXCMTS>JAXBElement<AdxpDelimiter>JAXBElement<AdxpDeliveryInstallationQualifier>JAXBElement<AdxpHouseNumber>JAXBElement<AdxpDeliveryMode>JAXBElement<AdxpCounty>JAXBElement<AdxpDirection>JAXBElement<AdxpStreetNameType>JAXBElement<AdxpBuildingNumberSuffix>JAXBElement<AdxpUnitType> -
getUse
Gets the value of the use 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
setmethod for the use property.For example, to add a new item, do as follows:
getUse().add(newItem);Objects of the following type(s) are allowed in the list
String -
isIsNotOrdered
Ruft den Wert der isNotOrdered-Eigenschaft ab.- Returns:
- possible object is
Boolean
-
setIsNotOrdered
Legt den Wert der isNotOrdered-Eigenschaft fest.- Parameters:
value- allowed object isBoolean
-