All Downloads are FREE. Search and download functionalities are using the official Maven repository.

riv.ehr.patientsummary._1.StrucDocTCell Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version

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 headers; @XmlAttribute(name = "scope") protected StrucDocCellScope scope; @XmlAttribute(name = "rowspan") protected Integer rowspan; @XmlAttribute(name = "colspan") protected Integer colspan; /** * Gets the value of the content property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the content property. * *

* For example, to add a new item, do as follows: *

     *    getContent().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link StrucDocBr }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocFootnote }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocFootnoteRef }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocTable }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocLinkHtml }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocParagraph }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocContent }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocList }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocSup }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocRenderMultiMedia }{@code >} * {@link String } * {@link JAXBElement }{@code <}{@link StrucDocSub }{@code >} * * */ public List getContent() { if (content == null) { content = new ArrayList(); } return this.content; } /** * Gets the value of the abbr property. * * @return * possible object is * {@link String } * */ public String getAbbr() { return abbr; } /** * Sets the value of the abbr property. * * @param value * allowed object is * {@link String } * */ public void setAbbr(String value) { this.abbr = value; } /** * Gets the value of the axis property. * * @return * possible object is * {@link String } * */ public String getAxis() { return axis; } /** * Sets the value of the axis property. * * @param value * allowed object is * {@link String } * */ public void setAxis(String value) { this.axis = value; } /** * Gets the value of the headers property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the headers property. * *

* For example, to add a new item, do as follows: *

     *    getHeaders().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Object } * * */ public List getHeaders() { if (headers == null) { headers = new ArrayList(); } return this.headers; } /** * Gets the value of the scope property. * * @return * possible object is * {@link StrucDocCellScope } * */ public StrucDocCellScope getScope() { return scope; } /** * Sets the value of the scope property. * * @param value * allowed object is * {@link StrucDocCellScope } * */ public void setScope(StrucDocCellScope value) { this.scope = value; } /** * Gets the value of the rowspan property. * * @return * possible object is * {@link Integer } * */ public int getRowspan() { if (rowspan == null) { return 1; } else { return rowspan; } } /** * Sets the value of the rowspan property. * * @param value * allowed object is * {@link Integer } * */ public void setRowspan(Integer value) { this.rowspan = value; } /** * Gets the value of the colspan property. * * @return * possible object is * {@link Integer } * */ public int getColspan() { if (colspan == null) { return 1; } else { return colspan; } } /** * Sets the value of the colspan property. * * @param value * allowed object is * {@link Integer } * */ public void setColspan(Integer value) { this.colspan = value; } }