Class StrucDocRenderMultiMedia

java.lang.Object
org.projecthusky.common.hl7cdar2.StrucDocRenderMultiMedia

public class StrucDocRenderMultiMedia extends Object

Java-Klasse für StrucDoc.RenderMultiMedia complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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 Details

  • Constructor Details

    • StrucDocRenderMultiMedia

      public StrucDocRenderMultiMedia()
  • Method Details

    • getCaption

      public StrucDocCaption getCaption()
      Ruft den Wert der caption-Eigenschaft ab.
      Returns:
      possible object is StrucDocCaption
    • getID

      public String getID()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • getLanguage

      public String getLanguage()
      Ruft den Wert der language-Eigenschaft ab.
      Returns:
      possible object is String
    • getReferencedObject

      public @NonNull List<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

    • getStyleCode

      public @NonNull List<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

    • setCaption

      public void setCaption(StrucDocCaption value)
      Legt den Wert der caption-Eigenschaft fest.
      Parameters:
      value - allowed object is StrucDocCaption
    • setID

      public void setID(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setLanguage

      public void setLanguage(String value)
      Legt den Wert der language-Eigenschaft fest.
      Parameters:
      value - allowed object is String