riv.ehr.patientsummary._1.StrucDocTCell Maven / Gradle / Ivy
package riv.ehr.patientsummary._1;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlIDREF;
import javax.xml.bind.annotation.XmlMixed;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for StrucDoc.TCell complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="StrucDoc.TCell">
* <complexContent>
* <extension base="{urn:riv:ehr:patientsummary:1}StrucDoc.TableItem">
* <sequence>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element name="footnote" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Footnote"/>
* <element name="footnoteRef" type="{urn:riv:ehr:patientsummary:1}StrucDoc.FootnoteRef"/>
* <element name="linkHtml" type="{urn:riv:ehr:patientsummary:1}StrucDoc.LinkHtml"/>
* <element name="sub" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Sub"/>
* <element name="sup" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Sup"/>
* <element name="content" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Content"/>
* <element name="br" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Br"/>
* <element name="renderMultiMedia" type="{urn:riv:ehr:patientsummary:1}StrucDoc.RenderMultiMedia"/>
* <element name="paragraph" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Paragraph"/>
* <element name="list" type="{urn:riv:ehr:patientsummary:1}StrucDoc.List"/>
* <element name="table" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Table"/>
* </choice>
* </sequence>
* <attribute name="abbr" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="axis" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="headers" type="{urn:riv:ehr:patientsummary:1}set_IDREF" />
* <attribute name="scope" type="{urn:riv:ehr:patientsummary:1}StrucDoc.CellScope" />
* <attribute name="rowspan" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
* <attribute name="colspan" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "StrucDoc.TCell", propOrder = {
"content"
})
public class StrucDocTCell {
@XmlElementRefs({
@XmlElementRef(name = "br", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "footnote", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "footnoteRef", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "table", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "paragraph", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "linkHtml", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "content", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "list", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "renderMultiMedia", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "sup", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false),
@XmlElementRef(name = "sub", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false)
})
@XmlMixed
protected List content;
@XmlAttribute(name = "abbr")
protected String abbr;
@XmlAttribute(name = "axis")
protected String axis;
@XmlAttribute(name = "headers")
@XmlIDREF
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy