Package org.projecthusky.common.hl7cdar2
Class StrucDocFootnoteRef
java.lang.Object
org.projecthusky.common.hl7cdar2.StrucDocFootnoteRef
Java-Klasse für StrucDoc.FootnoteRef complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
 <complexType name="StrucDoc.FootnoteRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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" />
       <attribute name="IDREF" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetID()Ruft den Wert der id-Eigenschaft ab.getIDREF()Ruft den Wert der idref-Eigenschaft ab.Ruft den Wert der language-Eigenschaft ab.Gets the value of the styleCode property.voidLegt den Wert der id-Eigenschaft fest.voidLegt den Wert der idref-Eigenschaft fest.voidsetLanguage(String value) Legt den Wert der language-Eigenschaft fest.
- 
Field Details- 
id
- 
language
- 
styleCode
- 
idref
 
- 
- 
Constructor Details- 
StrucDocFootnoteRefpublic StrucDocFootnoteRef()
 
- 
- 
Method Details- 
getIDRuft den Wert der id-Eigenschaft ab.- Returns:
- possible object is String
 
- 
getIDREFRuft den Wert der idref-Eigenschaft ab.- Returns:
- possible object is Object
 
- 
getLanguageRuft den Wert der language-Eigenschaft ab.- Returns:
- possible object is String
 
- 
getStyleCodeGets 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 setmethod 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
- 
setIDLegt den Wert der id-Eigenschaft fest.- Parameters:
- value- allowed object is- String
 
- 
setIDREFLegt den Wert der idref-Eigenschaft fest.- Parameters:
- value- allowed object is- Object
 
- 
setLanguageLegt den Wert der language-Eigenschaft fest.- Parameters:
- value- allowed object is- String
 
 
-