Package net.ihe.gazelle.hl7v3.datatypes
Class ADXP
- All Implemented Interfaces:
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
Description of the class ADXP.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies whether an address part names the street, city, country, postal code, post box, etc.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
representation
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn partType.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setPartType
(AddressPartType partType) Set a value to attribute partType.static void
validateByModule
(ADXP aDXP, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ST
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
addMixed, getListStringValues, getMixed, getRepresentation, removeMixed, setMixed, setRepresentation, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModule
Methods inherited from class net.ihe.gazelle.gen.common.CommonOperations
getValuesetChecker, isBIN, isCSType, isDTM, isOID, isRUID, isSTType, isTSType, isUID, isUUID, isXCN, isXON, isXPN, matches, matches, matches, matches, matchesCodeToValueSet, matchesValueSet, matchesValueSetWithDisplayName, setValuesetChecker, setValueSetProvider
-
Field Details
-
partType
Specifies whether an address part names the street, city, country, postal code, post box, etc. If the type is NULL the address part is unclassified and would simply appear on an address label as is. .
-
-
Constructor Details
-
ADXP
public ADXP()
-
-
Method Details
-
getPartType
Return partType.- Returns:
- partType : Specifies whether an address part names the street, city, country, postal code, post box, etc. If the type is NULL the address part is unclassified and would simply appear on an address label as is.
-
setPartType
Set a value to attribute partType.- Parameters:
partType
- : Specifies whether an address part names the street, city, country, postal code, post box, etc. If the type is NULL the address part is unclassified and would simply appear on an address label as is.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classST
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classST
-
validateByModule
public static void validateByModule(ADXP aDXP, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-