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 StrucDocLinkHtml

java.lang.Object
  extended by org.hl7.v3.ANY
      extended by org.hl7.v3.StrucDocLinkHtml
All Implemented Interfaces:
java.io.Serializable

public class StrucDocLinkHtml
extends ANY

Java class for StrucDoc.LinkHtml complex type.

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

 <complexType name="StrucDoc.LinkHtml">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="footnote" type="{urn:hl7-org:v3}StrucDoc.Footnote"/>
         <element name="footnoteRef" type="{urn:hl7-org:v3}StrucDoc.FootnoteRef"/>
       </choice>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rev" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String attributeId
           
protected  java.util.List<java.io.Serializable> content
           
protected  java.lang.String href
           
protected  java.lang.String language
           
protected  java.lang.String name
           
protected  java.lang.String rel
           
protected  java.lang.String rev
           
protected  java.util.List<java.lang.String> styleCode
           
protected  java.lang.String title
           
 
Fields inherited from class org.hl7.v3.ANY
nullFlavor
 
Constructor Summary
StrucDocLinkHtml()
           
 
Method Summary
 java.lang.String getAttributeId()
          Gets the value of the attributeId property.
 java.util.List<java.io.Serializable> getContent()
          Gets the value of the content property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getLanguage()
          Gets the value of the language property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getRel()
          Gets the value of the rel property.
 java.lang.String getRev()
          Gets the value of the rev property.
 java.util.List<java.lang.String> getStyleCode()
          Gets the value of the styleCode property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setAttributeId(java.lang.String value)
          Sets the value of the attributeId property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setLanguage(java.lang.String value)
          Sets the value of the language property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRel(java.lang.String value)
          Sets the value of the rel property.
 void setRev(java.lang.String value)
          Sets the value of the rev property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 
Methods inherited from class org.hl7.v3.ANY
content, getNullFlavor, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.util.List<java.io.Serializable> content

name

protected java.lang.String name

href

protected java.lang.String href

rel

protected java.lang.String rel

rev

protected java.lang.String rev

title

protected java.lang.String title

attributeId

protected java.lang.String attributeId

language

protected java.lang.String language

styleCode

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

StrucDocLinkHtml

public StrucDocLinkHtml()
Method Detail

getContent

public java.util.List<java.io.Serializable> getContent()
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 String JAXBElement <StrucDocFootnoteRef> JAXBElement< StrucDocFootnote>


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getRel

public java.lang.String getRel()
Gets the value of the rel property.

Returns:
possible object is String

setRel

public void setRel(java.lang.String value)
Sets the value of the rel property.

Parameters:
value - allowed object is String

getRev

public java.lang.String getRev()
Gets the value of the rev property.

Returns:
possible object is String

setRev

public void setRev(java.lang.String value)
Sets the value of the rev property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

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