Uses of Class
org.hl7.v3.StrucDocTr
-
Uses of StrucDocTr in org.hl7.v3
Fields in org.hl7.v3 with type parameters of type StrucDocTrModifier and TypeFieldDescriptionprotected List<StrucDocTr>StrucDocTbody.trprotected List<StrucDocTr>StrucDocTfoot.trprotected List<StrucDocTr>StrucDocThead.trMethods in org.hl7.v3 that return StrucDocTrModifier and TypeMethodDescriptionObjectFactory.createStrucDocTr()Create an instance ofStrucDocTrStrucDocTr.withCharoff(String value) StrucDocTr.withLanguage(String value) StrucDocTr.withStyleCode(String... values) StrucDocTr.withStyleCode(Collection<String> values) StrucDocTr.withThOrTd(Object... values) StrucDocTr.withThOrTd(Collection<Object> values) StrucDocTr.withValign(String value) Methods in org.hl7.v3 that return types with arguments of type StrucDocTrModifier and TypeMethodDescriptionStrucDocTbody.getTr()Gets the value of the tr property.StrucDocTfoot.getTr()Gets the value of the tr property.StrucDocThead.getTr()Gets the value of the tr property.Methods in org.hl7.v3 with parameters of type StrucDocTrModifier and TypeMethodDescriptionStrucDocTbody.withTr(StrucDocTr... values) StrucDocTfoot.withTr(StrucDocTr... values) StrucDocThead.withTr(StrucDocTr... values) Method parameters in org.hl7.v3 with type arguments of type StrucDocTrModifier and TypeMethodDescriptionStrucDocTbody.withTr(Collection<StrucDocTr> values) StrucDocTfoot.withTr(Collection<StrucDocTr> values) StrucDocThead.withTr(Collection<StrucDocTr> values)