|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hl7.v3.StrucDocList
public class StrucDocList
Java class for StrucDoc.List complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.List">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="caption" type="{urn:hl7-org:v3}StrucDoc.Caption" minOccurs="0"/>
<element name="item" type="{urn:hl7-org:v3}StrucDoc.Item" maxOccurs="unbounded"/>
</sequence>
<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="listType" default="unordered">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ordered"/>
<enumeration value="unordered"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
attributeId
|
protected StrucDocCaption |
caption
|
protected java.util.List<StrucDocItem> |
item
|
protected java.lang.String |
language
|
protected java.lang.String |
listType
|
protected java.util.List<java.lang.String> |
styleCode
|
| Constructor Summary | |
|---|---|
StrucDocList()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeId()
Gets the value of the attributeId property. |
StrucDocCaption |
getCaption()
Gets the value of the caption property. |
java.util.List<StrucDocItem> |
getItem()
Gets the value of the item property. |
java.lang.String |
getLanguage()
Gets the value of the language property. |
java.lang.String |
getListType()
Gets the value of the listType 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. |
void |
setListType(java.lang.String value)
Sets the value of the listType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StrucDocCaption caption
protected java.util.List<StrucDocItem> item
protected java.lang.String attributeId
protected java.lang.String language
protected java.util.List<java.lang.String> styleCode
protected java.lang.String listType
| Constructor Detail |
|---|
public StrucDocList()
| Method Detail |
|---|
public StrucDocCaption getCaption()
StrucDocCaptionpublic void setCaption(StrucDocCaption value)
value - allowed object is StrucDocCaptionpublic java.util.List<StrucDocItem> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list StrucDocItem
public java.lang.String getAttributeId()
Stringpublic void setAttributeId(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is Stringpublic java.util.List<java.lang.String> getStyleCode()
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
public java.lang.String getListType()
Stringpublic void setListType(java.lang.String value)
value - allowed object is String
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||