Class COCTMT240003UV02ServiceDeliveryLocation
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt240003UV02.COCTMT240003UV02ServiceDeliveryLocation
- All Implemented Interfaces:
Serializable
Description of the class COCTMT240003UV02ServiceDeliveryLocation.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a addr to the addr collection.void
Add a id to the id collection.void
addRealmCode
(CS realmCode_elt) Add a realmCode to the realmCode collection.void
addTelecom
(TEL telecom_elt) Add a telecom to the telecom collection.void
addTemplateId
(II templateId_elt) Add a templateId to the templateId collection.getAddr()
Return addr.Return classCode.getCode()
Return code.getId()
Return id.Return location.Return nullFlavor.Return realmCode.Return serviceProviderOrganization.Return telecom.Return templateId.Return typeId.void
removeAddr
(AD addr_elt) Remove a addr to the addr collection.void
Remove a id to the id collection.void
removeRealmCode
(CS realmCode_elt) Remove a realmCode to the realmCode collection.void
removeTelecom
(TEL telecom_elt) Remove a telecom to the telecom collection.void
removeTemplateId
(II templateId_elt) Remove a templateId to the templateId collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute addr.void
setClassCode
(RoleClassServiceDeliveryLocation classCode) Set a value to attribute classCode.void
Set a value to attribute code.void
Set a value to attribute id.void
setLocation
(COCTMT710000UV01Place location) Set a value to attribute location.void
setNullFlavor
(NullFlavor nullFlavor) Set a value to attribute nullFlavor.void
setRealmCode
(List<CS> realmCode) Set a value to attribute realmCode.void
setServiceProviderOrganization
(COCTMT150003UV03Organization serviceProviderOrganization) Set a value to attribute serviceProviderOrganization.void
setTelecom
(List<TEL> telecom) Set a value to attribute telecom.void
setTemplateId
(List<II> templateId) Set a value to attribute templateId.void
Set a value to attribute typeId.static void
validateByModule
(COCTMT240003UV02ServiceDeliveryLocation cOCTMT240003UV02ServiceDeliveryLocation, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
addr
-
telecom
-
location
-
serviceProviderOrganization
-
classCode
-
nullFlavor
-
-
Constructor Details
-
COCTMT240003UV02ServiceDeliveryLocation
public COCTMT240003UV02ServiceDeliveryLocation()
-
-
Method Details
-
getRealmCode
Return realmCode.- Returns:
- realmCode
-
setRealmCode
Set a value to attribute realmCode. -
addRealmCode
Add a realmCode to the realmCode collection.- Parameters:
realmCode_elt
- Element to add.
-
removeRealmCode
Remove a realmCode to the realmCode collection.- Parameters:
realmCode_elt
- Element to remove
-
getTypeId
Return typeId.- Returns:
- typeId
-
setTypeId
Set a value to attribute typeId. -
getTemplateId
Return templateId.- Returns:
- templateId
-
setTemplateId
Set a value to attribute templateId. -
addTemplateId
Add a templateId to the templateId collection.- Parameters:
templateId_elt
- Element to add.
-
removeTemplateId
Remove a templateId to the templateId collection.- Parameters:
templateId_elt
- Element to remove
-
getId
Return id.- Returns:
- id
-
setId
Set a value to attribute id. -
addId
Add a id to the id collection.- Parameters:
id_elt
- Element to add.
-
removeId
Remove a id to the id collection.- Parameters:
id_elt
- Element to remove
-
getCode
Return code.- Returns:
- code
-
setCode
Set a value to attribute code. -
getAddr
Return addr.- Returns:
- addr
-
setAddr
Set a value to attribute addr. -
addAddr
Add a addr to the addr collection.- Parameters:
addr_elt
- Element to add.
-
removeAddr
Remove a addr to the addr collection.- Parameters:
addr_elt
- Element to remove
-
getTelecom
Return telecom.- Returns:
- telecom
-
setTelecom
Set a value to attribute telecom. -
addTelecom
Add a telecom to the telecom collection.- Parameters:
telecom_elt
- Element to add.
-
removeTelecom
Remove a telecom to the telecom collection.- Parameters:
telecom_elt
- Element to remove
-
getLocation
Return location.- Returns:
- location
-
setLocation
Set a value to attribute location. -
getServiceProviderOrganization
Return serviceProviderOrganization.- Returns:
- serviceProviderOrganization
-
setServiceProviderOrganization
public void setServiceProviderOrganization(COCTMT150003UV03Organization serviceProviderOrganization) Set a value to attribute serviceProviderOrganization. -
getClassCode
Return classCode.- Returns:
- classCode
-
setClassCode
Set a value to attribute classCode. -
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor
-
setNullFlavor
Set a value to attribute nullFlavor. -
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(COCTMT240003UV02ServiceDeliveryLocation cOCTMT240003UV02ServiceDeliveryLocation, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-