riv.ehr.patientsummary._1.StrucDocRenderMultiMedia Maven / Gradle / Ivy
package riv.ehr.patientsummary._1;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlIDREF;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* Java class for StrucDoc.RenderMultiMedia complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="StrucDoc.RenderMultiMedia">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="caption" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Caption" minOccurs="0"/>
* </sequence>
* <attGroup ref="{urn:riv:ehr:patientsummary:1}StrucDoc.Base"/>
* <attribute name="referencedObject" type="{urn:riv:ehr:patientsummary:1}set_IDREF" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "StrucDoc.RenderMultiMedia", propOrder = {
"caption"
})
public class StrucDocRenderMultiMedia {
protected StrucDocCaption caption;
@XmlAttribute(name = "referencedObject")
@XmlIDREF
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy