Uses of Class
org.hl7.v3.COCTMT030007UVContactParty
-
Uses of COCTMT030007UVContactParty in org.hl7.v3
Fields in org.hl7.v3 with type parameters of type COCTMT030007UVContactPartyModifier and TypeFieldDescriptionprotected List<COCTMT030007UVContactParty>COCTMT030007UVNonPersonLivingSubject.contactPartyprotected List<COCTMT030007UVContactParty>COCTMT030007UVPerson.contactPartyMethods in org.hl7.v3 that return COCTMT030007UVContactPartyModifier and TypeMethodDescriptionObjectFactory.createCOCTMT030007UVContactParty()Create an instance ofCOCTMT030007UVContactPartyCOCTMT030007UVContactParty.withAddr(Collection<AD> values) COCTMT030007UVContactParty.withClassCode(RoleClassContact value) COCTMT030007UVContactParty.withContactOrganization(jakarta.xml.bind.JAXBElement<COCTMT150002UV01Organization> value) COCTMT030007UVContactParty.withContactPerson(jakarta.xml.bind.JAXBElement<COCTMT030202UV01Person> value) COCTMT030007UVContactParty.withEffectiveTime(IVLTS value) COCTMT030007UVContactParty.withId(Collection<II> values) COCTMT030007UVContactParty.withNullFlavor(String... values) COCTMT030007UVContactParty.withNullFlavor(Collection<String> values) COCTMT030007UVContactParty.withRealmCode(Collection<CS> values) COCTMT030007UVContactParty.withRealmCode(CS... values) COCTMT030007UVContactParty.withStatusCode(CS value) COCTMT030007UVContactParty.withTelecom(Collection<TEL> values) COCTMT030007UVContactParty.withTelecom(TEL... values) COCTMT030007UVContactParty.withTemplateId(Collection<II> values) COCTMT030007UVContactParty.withTemplateId(II... values) COCTMT030007UVContactParty.withTypeId(II value) Methods in org.hl7.v3 that return types with arguments of type COCTMT030007UVContactPartyModifier and TypeMethodDescriptionCOCTMT030007UVNonPersonLivingSubject.getContactParty()Gets the value of the contactParty property.COCTMT030007UVPerson.getContactParty()Gets the value of the contactParty property.Methods in org.hl7.v3 with parameters of type COCTMT030007UVContactPartyModifier and TypeMethodDescriptionCOCTMT030007UVNonPersonLivingSubject.withContactParty(COCTMT030007UVContactParty... values) COCTMT030007UVPerson.withContactParty(COCTMT030007UVContactParty... values) Method parameters in org.hl7.v3 with type arguments of type COCTMT030007UVContactPartyModifier and TypeMethodDescriptionCOCTMT030007UVNonPersonLivingSubject.withContactParty(Collection<COCTMT030007UVContactParty> values) COCTMT030007UVPerson.withContactParty(Collection<COCTMT030007UVContactParty> values)