Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class StrucDocRenderMultiMedia

java.lang.Object
  extended by org.hl7.v3.StrucDocRenderMultiMedia

public class StrucDocRenderMultiMedia
extends java.lang.Object

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:hl7-org:v3}StrucDoc.Caption" minOccurs="0"/>
       </sequence>
       <attribute name="referencedObject" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="styleCode" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String attributeId
           
protected  StrucDocCaption caption
           
protected  java.lang.String language
           
protected  java.util.List<java.lang.Object> referencedObject
           
protected  java.util.List<java.lang.String> styleCode
           
 
Constructor Summary
StrucDocRenderMultiMedia()
           
 
Method Summary
 java.lang.String getAttributeId()
          Gets the value of the attributeId property.
 StrucDocCaption getCaption()
          Gets the value of the caption property.
 java.lang.String getLanguage()
          Gets the value of the language property.
 java.util.List<java.lang.Object> getReferencedObject()
          Gets the value of the referencedObject property.
 java.util.List<java.lang.String> getStyleCode()
          Gets the value of the styleCode property.
 void setAttributeId(java.lang.String value)
          Sets the value of the attributeId property.
 void setCaption(StrucDocCaption value)
          Sets the value of the caption property.
 void setLanguage(java.lang.String value)
          Sets the value of the language property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caption

protected StrucDocCaption caption

referencedObject

protected java.util.List<java.lang.Object> referencedObject

attributeId

protected java.lang.String attributeId

language

protected java.lang.String language

styleCode

protected java.util.List<java.lang.String> styleCode
Constructor Detail

StrucDocRenderMultiMedia

public StrucDocRenderMultiMedia()
Method Detail

getCaption

public StrucDocCaption getCaption()
Gets the value of the caption property.

Returns:
possible object is StrucDocCaption

setCaption

public void setCaption(StrucDocCaption value)
Sets the value of the caption property.

Parameters:
value - allowed object is StrucDocCaption

getReferencedObject

public java.util.List<java.lang.Object> getReferencedObject()
Gets the value of the referencedObject 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 referencedObject property.

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

 getReferencedObject().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


getAttributeId

public java.lang.String getAttributeId()
Gets the value of the attributeId property.

Returns:
possible object is String

setAttributeId

public void setAttributeId(java.lang.String value)
Sets the value of the attributeId property.

Parameters:
value - allowed object is String

getLanguage

public java.lang.String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(java.lang.String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getStyleCode

public java.util.List<java.lang.String> getStyleCode()
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 String


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013