|
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.StrucDocColgroup
public class StrucDocColgroup
Java class for StrucDoc.Colgroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.Colgroup"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded" minOccurs="0"> <element name="col" type="{urn:hl7-org:v3}StrucDoc.Col"/> </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="span" type="{http://www.w3.org/2001/XMLSchema}string" default="1" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="align"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="left"/> <enumeration value="center"/> <enumeration value="right"/> <enumeration value="justify"/> <enumeration value="char"/> </restriction> </simpleType> </attribute> <attribute name="char" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="charoff" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="valign"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="top"/> <enumeration value="middle"/> <enumeration value="bottom"/> <enumeration value="baseline"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
_char
|
protected java.lang.String |
align
|
protected java.lang.String |
attributeId
|
protected java.lang.String |
charoff
|
protected java.util.List<StrucDocCol> |
col
|
protected java.lang.String |
language
|
protected java.lang.String |
span
|
protected java.util.List<java.lang.String> |
styleCode
|
protected java.lang.String |
valign
|
protected java.lang.String |
width
|
Constructor Summary | |
---|---|
StrucDocColgroup()
|
Method Summary | |
---|---|
java.lang.String |
getAlign()
Gets the value of the align property. |
java.lang.String |
getAttributeId()
Gets the value of the attributeId property. |
java.lang.String |
getChar()
Gets the value of the char property. |
java.lang.String |
getCharoff()
Gets the value of the charoff property. |
java.util.List<StrucDocCol> |
getCol()
Gets the value of the col property. |
java.lang.String |
getLanguage()
Gets the value of the language property. |
java.lang.String |
getSpan()
Gets the value of the span property. |
java.util.List<java.lang.String> |
getStyleCode()
Gets the value of the styleCode property. |
java.lang.String |
getValign()
Gets the value of the valign property. |
java.lang.String |
getWidth()
Gets the value of the width property. |
void |
setAlign(java.lang.String value)
Sets the value of the align property. |
void |
setAttributeId(java.lang.String value)
Sets the value of the attributeId property. |
void |
setChar(java.lang.String value)
Sets the value of the char property. |
void |
setCharoff(java.lang.String value)
Sets the value of the charoff property. |
void |
setLanguage(java.lang.String value)
Sets the value of the language property. |
void |
setSpan(java.lang.String value)
Sets the value of the span property. |
void |
setValign(java.lang.String value)
Sets the value of the valign property. |
void |
setWidth(java.lang.String value)
Sets the value of the width property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<StrucDocCol> col
protected java.lang.String attributeId
protected java.lang.String language
protected java.util.List<java.lang.String> styleCode
protected java.lang.String span
protected java.lang.String width
protected java.lang.String align
protected java.lang.String _char
protected java.lang.String charoff
protected java.lang.String valign
Constructor Detail |
---|
public StrucDocColgroup()
Method Detail |
---|
public java.util.List<StrucDocCol> getCol()
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 col property.
For example, to add a new item, do as follows:
getCol().add(newItem);
Objects of the following type(s) are allowed in the list StrucDocCol
public java.lang.String getAttributeId()
String
public void setAttributeId(java.lang.String value)
value
- allowed object is String
public java.lang.String getLanguage()
String
public void setLanguage(java.lang.String value)
value
- allowed object is String
public 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 getSpan()
String
public void setSpan(java.lang.String value)
value
- allowed object is String
public java.lang.String getWidth()
String
public void setWidth(java.lang.String value)
value
- allowed object is String
public java.lang.String getAlign()
String
public void setAlign(java.lang.String value)
value
- allowed object is String
public java.lang.String getChar()
String
public void setChar(java.lang.String value)
value
- allowed object is String
public java.lang.String getCharoff()
String
public void setCharoff(java.lang.String value)
value
- allowed object is String
public java.lang.String getValign()
String
public void setValign(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 |