public class Column extends Object
<complexType name="column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{}id use="required""/>
<attribute ref="{}class use="required""/>
<attribute name="align" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
align |
protected String |
clazz |
protected String |
id |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlign()
Gets the value of the align property.
|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getId()
Gets the value of the id property.
|
void |
setAlign(String value)
Sets the value of the align property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setId(String value)
Sets the value of the id property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getAlign()
StringCopyright © 2018. All rights reserved.