Uses of Class
org.hl7.v3.StrucDocCaption
-
Uses of StrucDocCaption in org.hl7.v3
Fields in org.hl7.v3 declared as StrucDocCaptionModifier and TypeFieldDescriptionprotected StrucDocCaptionStrucDocList.captionprotected StrucDocCaptionStrucDocRenderMultiMedia.captionprotected StrucDocCaptionStrucDocTable.captionMethods in org.hl7.v3 that return StrucDocCaptionModifier and TypeMethodDescriptionObjectFactory.createStrucDocCaption()Create an instance ofStrucDocCaptionStrucDocList.getCaption()Gets the value of the caption property.StrucDocRenderMultiMedia.getCaption()Gets the value of the caption property.StrucDocTable.getCaption()Gets the value of the caption property.StrucDocCaption.withContent(Serializable... values) StrucDocCaption.withContent(Collection<Serializable> values) StrucDocCaption.withLanguage(String value) StrucDocCaption.withStyleCode(String... values) StrucDocCaption.withStyleCode(Collection<String> values) Methods in org.hl7.v3 that return types with arguments of type StrucDocCaptionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocItemCaption(StrucDocCaption value) jakarta.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocParagraphCaption(StrucDocCaption value) Methods in org.hl7.v3 with parameters of type StrucDocCaptionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocItemCaption(StrucDocCaption value) jakarta.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocParagraphCaption(StrucDocCaption value) voidStrucDocList.setCaption(StrucDocCaption value) Sets the value of the caption property.voidStrucDocRenderMultiMedia.setCaption(StrucDocCaption value) Sets the value of the caption property.voidStrucDocTable.setCaption(StrucDocCaption value) Sets the value of the caption property.StrucDocList.withCaption(StrucDocCaption value) StrucDocRenderMultiMedia.withCaption(StrucDocCaption value) StrucDocTable.withCaption(StrucDocCaption value)