Package net.ihe.gazelle.hl7v3.datatypes
Class TEL
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.URL
net.ihe.gazelle.hl7v3.datatypes.TEL
- All Implemented Interfaces:
Serializable
Description of the class TEL.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionOne or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need. .Specifies the periods of time during which the telecommunication address can be used.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addUseablePeriod
(SXCMTS useablePeriod_elt) Add a useablePeriod to the useablePeriod collection.getUse()
Return use.Return useablePeriod.void
removeUseablePeriod
(SXCMTS useablePeriod_elt) Remove a useablePeriod to the useablePeriod collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute use.void
setUseablePeriod
(List<SXCMTS> useablePeriod) Set a value to attribute useablePeriod.static void
validateByModule
(TEL tEL, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.URL
getValue, setValue, 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
-
useablePeriod
Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address. . -
use
One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need. .
-
-
Constructor Details
-
TEL
public TEL()
-
-
Method Details
-
getUseablePeriod
Return useablePeriod.- Returns:
- useablePeriod : Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.
-
setUseablePeriod
Set a value to attribute useablePeriod.- Parameters:
useablePeriod
- : Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.
-
addUseablePeriod
Add a useablePeriod to the useablePeriod collection.- Parameters:
useablePeriod_elt
- Element to add.
-
removeUseablePeriod
Remove a useablePeriod to the useablePeriod collection.- Parameters:
useablePeriod_elt
- Element to remove
-
getUse
Return use.- Returns:
- use : One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.
-
setUse
Set a value to attribute use.- Parameters:
use
- : One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classURL
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classURL
-
validateByModule
public static void validateByModule(TEL tEL, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-