public class Column
extends java.lang.Object
Java class for column complex type.
The following schema fragment specifies the expected content contained within this class.
<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 java.lang.String |
align |
protected java.lang.String |
clazz |
protected java.lang.String |
id |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlign()
Gets the value of the align property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setAlign(java.lang.String value)
Sets the value of the align property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected java.lang.String clazz
protected java.lang.String align
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlign()
Stringpublic void setAlign(java.lang.String value)
value - allowed object is
StringCopyright © 2016. All Rights Reserved.