Uses of Class
org.projecthusky.common.hl7cdar2.StrucDocCaption
Packages that use StrucDocCaption
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of StrucDocCaption in org.projecthusky.common.hl7cdar2
Fields in org.projecthusky.common.hl7cdar2 declared as StrucDocCaptionModifier and TypeFieldDescriptionprotected StrucDocCaptionStrucDocList.captionprotected StrucDocCaptionStrucDocRenderMultiMedia.captionprotected StrucDocCaptionStrucDocTable.captionMethods in org.projecthusky.common.hl7cdar2 that return StrucDocCaptionModifier and TypeMethodDescriptionObjectFactory.createStrucDocCaption()Create an instance ofStrucDocCaptionStrucDocList.getCaption()Ruft den Wert der caption-Eigenschaft ab.StrucDocRenderMultiMedia.getCaption()Ruft den Wert der caption-Eigenschaft ab.StrucDocTable.getCaption()Ruft den Wert der caption-Eigenschaft ab.Methods in org.projecthusky.common.hl7cdar2 that return types with arguments of type StrucDocCaptionModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocItemCaption(StrucDocCaption value) javax.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocParagraphCaption(StrucDocCaption value) Methods in org.projecthusky.common.hl7cdar2 with parameters of type StrucDocCaptionModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocItemCaption(StrucDocCaption value) javax.xml.bind.JAXBElement<StrucDocCaption>ObjectFactory.createStrucDocParagraphCaption(StrucDocCaption value) voidStrucDocList.setCaption(StrucDocCaption value) Legt den Wert der caption-Eigenschaft fest.voidStrucDocRenderMultiMedia.setCaption(StrucDocCaption value) Legt den Wert der caption-Eigenschaft fest.voidStrucDocTable.setCaption(StrucDocCaption value) Legt den Wert der caption-Eigenschaft fest.