Uses of Class
org.hl7.v3.COCTMT030000UV04Guarantor
-
Uses of COCTMT030000UV04Guarantor in org.hl7.v3
Fields in org.hl7.v3 with type parameters of type COCTMT030000UV04GuarantorModifier and TypeFieldDescriptionprotected List<COCTMT030000UV04Guarantor>COCTMT030000UV04NonPersonLivingSubject.guarantorprotected List<COCTMT030000UV04Guarantor>COCTMT030000UV04Person.guarantorMethods in org.hl7.v3 that return COCTMT030000UV04GuarantorModifier and TypeMethodDescriptionObjectFactory.createCOCTMT030000UV04Guarantor()Create an instance ofCOCTMT030000UV04GuarantorCOCTMT030000UV04Guarantor.withAddr(Collection<AD> values) COCTMT030000UV04Guarantor.withClassCode(String... values) COCTMT030000UV04Guarantor.withClassCode(Collection<String> values) COCTMT030000UV04Guarantor.withEffectiveTime(IVLTS value) COCTMT030000UV04Guarantor.withGuarantorOrganization(jakarta.xml.bind.JAXBElement<COCTMT150002UV01Organization> value) COCTMT030000UV04Guarantor.withGuarantorPerson(jakarta.xml.bind.JAXBElement<COCTMT030202UV01Person> value) COCTMT030000UV04Guarantor.withId(Collection<II> values) COCTMT030000UV04Guarantor.withNullFlavor(String... values) COCTMT030000UV04Guarantor.withNullFlavor(Collection<String> values) COCTMT030000UV04Guarantor.withRealmCode(Collection<CS> values) COCTMT030000UV04Guarantor.withRealmCode(CS... values) COCTMT030000UV04Guarantor.withStatusCode(CS value) COCTMT030000UV04Guarantor.withTelecom(Collection<TEL> values) COCTMT030000UV04Guarantor.withTelecom(TEL... values) COCTMT030000UV04Guarantor.withTemplateId(Collection<II> values) COCTMT030000UV04Guarantor.withTemplateId(II... values) COCTMT030000UV04Guarantor.withTypeId(II value) Methods in org.hl7.v3 that return types with arguments of type COCTMT030000UV04GuarantorModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.getGuarantor()Gets the value of the guarantor property.COCTMT030000UV04Person.getGuarantor()Gets the value of the guarantor property.Methods in org.hl7.v3 with parameters of type COCTMT030000UV04GuarantorModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.withGuarantor(COCTMT030000UV04Guarantor... values) COCTMT030000UV04Person.withGuarantor(COCTMT030000UV04Guarantor... values) Method parameters in org.hl7.v3 with type arguments of type COCTMT030000UV04GuarantorModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.withGuarantor(Collection<COCTMT030000UV04Guarantor> values) COCTMT030000UV04Person.withGuarantor(Collection<COCTMT030000UV04Guarantor> values)