Package net.ihe.gazelle.hl7v3.datatypes
Class AD
java.lang.Object
net.ihe.gazelle.hl7v3.datatypes.AD
- All Implemented Interfaces:
Serializable
Description of the class AD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA boolean value specifying whether the order of the address parts is known or not.A set of codes advising a system or user which address in a set of like addresses to select for a given purpose. . -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addCareOf
(AdxpCareOf obj) void
void
void
addCountry
(AdxpCountry obj) void
addCounty
(AdxpCounty obj) void
void
void
void
void
void
void
void
void
void
void
addMixed
(Serializable mixed_elt) Add a mixed to the mixed collection.void
void
addPostBox
(AdxpPostBox obj) void
addPrecinct
(AdxpPrecinct obj) void
void
void
void
void
void
addUnitID
(AdxpUnitID obj) void
addUnitType
(AdxpUnitType obj) void
addUseablePeriod
(SXCMTS obj) Return additionalLocator.Return buildingNumberSuffix.Return careOf.Return censusTract.getCity()
Return city.Return country.Return county.Return delimiter.Return deliveryAddressLine.Return deliveryInstallationArea.Return deliveryInstallationQualifier.Return deliveryInstallationType.Return deliveryMode.Return deliveryModeIdentifier.Return direction.Return houseNumber.Return houseNumberNumeric.Return isNotOrdered.getMixed()
Return mixed.Return postalCode.Return postBox.Return precinct.getState()
Return state.Return streetAddressLine.Return streetName.Return streetNameBase.Return streetNameType.Return unitID.Return unitType.getUse()
Return use.Return useablePeriod.Deprecated.void
removeMixed
(Serializable mixed_elt) Remove a mixed to the mixed collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setIsNotOrdered
(Boolean isNotOrdered) Set a value to attribute isNotOrdered.void
setMixed
(List<Serializable> mixed) Set a value to attribute mixed.void
Set a value to attribute use.static void
validateByModule
(AD aD, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
mixed
-
isNotOrdered
A boolean value specifying whether the order of the address parts is known or not. While the address parts are always a Sequence, the order in which they are presented may or may not be known. Where this matters, can be used to convey this information. . -
use
A set of codes advising a system or user which address in a set of like addresses to select for a given purpose. .
-
-
Constructor Details
-
AD
public AD()
-
-
Method Details
-
getMixed
Return mixed.- Returns:
- mixed
-
setMixed
Set a value to attribute mixed. -
addMixed
Add a mixed to the mixed collection.- Parameters:
mixed_elt
- Element to add.
-
removeMixed
Remove a mixed to the mixed collection.- Parameters:
mixed_elt
- Element to remove
-
getDelimiter
Return delimiter.- Returns:
- delimiter
-
addDelimiter
-
getCountry
Return country.- Returns:
- country
-
addCountry
-
getState
Return state.- Returns:
- state
-
addState
-
getCounty
Return county.- Returns:
- county
-
addCounty
-
getCity
Return city.- Returns:
- city
-
addCity
-
getPostalCode
Return postalCode.- Returns:
- postalCode
-
addPostalCode
-
getStreetAddressLine
Return streetAddressLine.- Returns:
- streetAddressLine
-
addStreetAddressLine
-
getHouseNumber
Return houseNumber.- Returns:
- houseNumber
-
addHouseNumber
-
getHouseNumberNumeric
Return houseNumberNumeric.- Returns:
- houseNumberNumeric
-
addHouseNumberNumeric
-
getDirection
Return direction.- Returns:
- direction
-
addDirection
-
getStreetName
Return streetName.- Returns:
- streetName
-
addStreetName
-
getStreetNameBase
Return streetNameBase.- Returns:
- streetNameBase
-
addStreetNameBase
-
getStreetNameType
Return streetNameType.- Returns:
- streetNameType
-
addStreetNameType
-
getAdditionalLocator
Return additionalLocator.- Returns:
- additionalLocator
-
addAdditionalLocator
-
getUnitID
Return unitID.- Returns:
- unitID
-
addUnitID
-
getUnitType
Return unitType.- Returns:
- unitType
-
addUnitType
-
getCareOf
Return careOf.- Returns:
- careOf
-
addCareOf
-
getCensusTract
Return censusTract.- Returns:
- censusTract
-
addCensusTract
-
getDeliveryAddressLine
Return deliveryAddressLine.- Returns:
- deliveryAddressLine
-
addDeliveryAddressLine
-
getDeliveryInstallationType
Return deliveryInstallationType.- Returns:
- deliveryInstallationType
-
addDeliveryInstallationType
-
getDeliveryInstallationArea
Return deliveryInstallationArea.- Returns:
- deliveryInstallationArea
-
addDeliveryInstallationArea
-
getDeliveryInstallationQualifier
Return deliveryInstallationQualifier.- Returns:
- deliveryInstallationQualifier
-
addDeliveryInstallationQualifier
-
getDeliveryMode
Return deliveryMode.- Returns:
- deliveryMode
-
addDeliveryMode
-
getDeliveryModeIdentifier
Return deliveryModeIdentifier.- Returns:
- deliveryModeIdentifier
-
addDeliveryModeIdentifier
-
getBuildingNumberSuffix
Return buildingNumberSuffix.- Returns:
- buildingNumberSuffix
-
addBuildingNumberSuffix
-
getPostBox
Return postBox.- Returns:
- postBox
-
addPostBox
-
getPrecinct
Return precinct.- Returns:
- precinct
-
addPrecinct
-
getUseablePeriod
Return useablePeriod.- Returns:
- useablePeriod
-
addUseablePeriod
-
getIsNotOrdered
Return isNotOrdered.- Returns:
- isNotOrdered : A boolean value specifying whether the order of the address parts is known or not. While the address parts are always a Sequence, the order in which they are presented may or may not be known. Where this matters, can be used to convey this information.
-
setIsNotOrdered
Set a value to attribute isNotOrdered.- Parameters:
isNotOrdered
- : A boolean value specifying whether the order of the address parts is known or not. While the address parts are always a Sequence, the order in which they are presented may or may not be known. Where this matters, can be used to convey this information.
-
isIsNotOrdered
Deprecated.Return isNotOrdered.- Returns:
- isNotOrdered : A boolean value specifying whether the order of the address parts is known or not. While the address parts are always a Sequence, the order in which they are presented may or may not be known. Where this matters, can be used to convey this information. information. Generated for the use on jsf pages
-
getUse
Return use.- Returns:
- use : A set of codes advising a system or user which address in a set of like addresses to select for a given purpose.
-
setUse
Set a value to attribute use.- Parameters:
use
- : A set of codes advising a system or user which address in a set of like addresses to select for a given purpose.
-
get_xmlNodePresentation
-
set_xmlNodePresentation
-
getListStringValues
-
validateByModule
public static void validateByModule(AD aD, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-