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

riv.ehr.patientsummary._1.StrucDocContent 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.XmlID;
import javax.xml.bind.annotation.XmlMixed;
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.Content complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="StrucDoc.Content">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <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"/>
 *         </choice>
 *       </sequence>
 *       <attGroup ref="{urn:riv:ehr:patientsummary:1}StrucDoc.Base"/>
 *       <attribute name="revised" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Revised" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "StrucDoc.Content", propOrder = { "content" }) public class StrucDocContent { @XmlElementRefs({ @XmlElementRef(name = "renderMultiMedia", 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 = "sub", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false), @XmlElementRef(name = "br", 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 = "footnoteRef", 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 = "sup", namespace = "urn:riv:ehr:patientsummary:1", type = JAXBElement.class, required = false) }) @XmlMixed protected List content; @XmlAttribute(name = "revised") protected StrucDocRevised revised; @XmlAttribute(name = "ID") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlID @XmlSchemaType(name = "ID") protected String id; @XmlAttribute(name = "language") protected String language; @XmlAttribute(name = "styleCode") protected List styleCode; /** * 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 StrucDocRenderMultiMedia }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocFootnote }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocSub }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocBr }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocLinkHtml }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocFootnoteRef }{@code >} * {@link String } * {@link JAXBElement }{@code <}{@link StrucDocContent }{@code >} * {@link JAXBElement }{@code <}{@link StrucDocSup }{@code >} * * */ public List getContent() { if (content == null) { content = new ArrayList(); } return this.content; } /** * Gets the value of the revised property. * * @return * possible object is * {@link StrucDocRevised } * */ public StrucDocRevised getRevised() { return revised; } /** * Sets the value of the revised property. * * @param value * allowed object is * {@link StrucDocRevised } * */ public void setRevised(StrucDocRevised value) { this.revised = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getID() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setID(String value) { this.id = value; } /** * Gets the value of the language property. * * @return * possible object is * {@link String } * */ public String getLanguage() { return language; } /** * Sets the value of the language property. * * @param value * allowed object is * {@link String } * */ public void setLanguage(String value) { this.language = value; } /** * Gets the value of the styleCode 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 styleCode property. * *

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

     *    getStyleCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getStyleCode() { if (styleCode == null) { styleCode = new ArrayList(); } return this.styleCode; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy