Class COCTMT240000UV01ServiceDeliveryLocation
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt240000UV01.COCTMT240000UV01ServiceDeliveryLocation
- All Implemented Interfaces:
- Serializable
Description of the class COCTMT240000UV01ServiceDeliveryLocation.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a addr to the addr collection.voidAdd a id to the id collection.voidaddRealmCode(CS realmCode_elt) Add a realmCode to the realmCode collection.voidaddTelecom(TEL telecom_elt) Add a telecom to the telecom collection.voidaddTemplateId(II templateId_elt) Add a templateId to the templateId collection.getAddr()Return addr.Return classCode.getCode()Return code.Return effectiveTime.getId()Return id.Return location.Return nullFlavor.Return realmCode.Return serviceProviderOrganization.Return statusCode.Return telecom.Return templateId.Return typeId.voidremoveAddr(AD addr_elt) Remove a addr to the addr collection.voidRemove a id to the id collection.voidremoveRealmCode(CS realmCode_elt) Remove a realmCode to the realmCode collection.voidremoveTelecom(TEL telecom_elt) Remove a telecom to the telecom collection.voidremoveTemplateId(II templateId_elt) Remove a templateId to the templateId collection.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidSet a value to attribute addr.voidsetClassCode(RoleClassServiceDeliveryLocation classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidsetEffectiveTime(IVLTS effectiveTime) Set a value to attribute effectiveTime.voidSet a value to attribute id.voidsetLocation(COCTMT710000UV01Place location) Set a value to attribute location.voidsetNullFlavor(NullFlavor nullFlavor) Set a value to attribute nullFlavor.voidsetRealmCode(List<CS> realmCode) Set a value to attribute realmCode.voidsetServiceProviderOrganization(COCTMT150000UV02Organization serviceProviderOrganization) Set a value to attribute serviceProviderOrganization.voidsetStatusCode(CS statusCode) Set a value to attribute statusCode.voidsetTelecom(List<TEL> telecom) Set a value to attribute telecom.voidsetTemplateId(List<II> templateId) Set a value to attribute templateId.voidSet a value to attribute typeId.static voidvalidateByModule(COCTMT240000UV01ServiceDeliveryLocation cOCTMT240000UV01ServiceDeliveryLocation, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
- 
Field Details- 
realmCode
- 
typeId
- 
templateId
- 
id
- 
code
- 
addr
- 
telecom
- 
statusCode
- 
effectiveTime
- 
location
- 
serviceProviderOrganization
- 
classCode
- 
nullFlavor
 
- 
- 
Constructor Details- 
COCTMT240000UV01ServiceDeliveryLocationpublic COCTMT240000UV01ServiceDeliveryLocation()
 
- 
- 
Method Details- 
getRealmCodeReturn realmCode.- Returns:
- realmCode
 
- 
setRealmCodeSet a value to attribute realmCode.
- 
addRealmCodeAdd a realmCode to the realmCode collection.- Parameters:
- realmCode_elt- Element to add.
 
- 
removeRealmCodeRemove a realmCode to the realmCode collection.- Parameters:
- realmCode_elt- Element to remove
 
- 
getTypeIdReturn typeId.- Returns:
- typeId
 
- 
setTypeIdSet a value to attribute typeId.
- 
getTemplateIdReturn templateId.- Returns:
- templateId
 
- 
setTemplateIdSet a value to attribute templateId.
- 
addTemplateIdAdd a templateId to the templateId collection.- Parameters:
- templateId_elt- Element to add.
 
- 
removeTemplateIdRemove a templateId to the templateId collection.- Parameters:
- templateId_elt- Element to remove
 
- 
getIdReturn id.- Returns:
- id
 
- 
setIdSet a value to attribute id.
- 
addIdAdd a id to the id collection.- Parameters:
- id_elt- Element to add.
 
- 
removeIdRemove a id to the id collection.- Parameters:
- id_elt- Element to remove
 
- 
getCodeReturn code.- Returns:
- code
 
- 
setCodeSet a value to attribute code.
- 
getAddrReturn addr.- Returns:
- addr
 
- 
setAddrSet a value to attribute addr.
- 
addAddrAdd a addr to the addr collection.- Parameters:
- addr_elt- Element to add.
 
- 
removeAddrRemove a addr to the addr collection.- Parameters:
- addr_elt- Element to remove
 
- 
getTelecomReturn telecom.- Returns:
- telecom
 
- 
setTelecomSet a value to attribute telecom.
- 
addTelecomAdd a telecom to the telecom collection.- Parameters:
- telecom_elt- Element to add.
 
- 
removeTelecomRemove a telecom to the telecom collection.- Parameters:
- telecom_elt- Element to remove
 
- 
getStatusCodeReturn statusCode.- Returns:
- statusCode
 
- 
setStatusCodeSet a value to attribute statusCode.
- 
getEffectiveTimeReturn effectiveTime.- Returns:
- effectiveTime
 
- 
setEffectiveTimeSet a value to attribute effectiveTime.
- 
getLocationReturn location.- Returns:
- location
 
- 
setLocationSet a value to attribute location.
- 
getServiceProviderOrganizationReturn serviceProviderOrganization.- Returns:
- serviceProviderOrganization
 
- 
setServiceProviderOrganizationpublic void setServiceProviderOrganization(COCTMT150000UV02Organization serviceProviderOrganization) Set a value to attribute serviceProviderOrganization.
- 
getClassCodeReturn classCode.- Returns:
- classCode
 
- 
setClassCodeSet a value to attribute classCode.
- 
getNullFlavorReturn nullFlavor.- Returns:
- nullFlavor
 
- 
setNullFlavorSet a value to attribute nullFlavor.
- 
get_xmlNodePresentation
- 
set_xmlNodePresentation
- 
validateByModulepublic static void validateByModule(COCTMT240000UV01ServiceDeliveryLocation cOCTMT240000UV01ServiceDeliveryLocation, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
 
-