public class Specification extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/table}columns" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}alignment" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}width" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}float" minOccurs="0"/>
</sequence>
<attribute name="long" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
_float |
protected Boolean |
_long |
protected Alignment |
alignment |
protected Columns |
columns |
protected Width |
width |
| Constructor and Description |
|---|
Specification() |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
getAlignment()
Gets the value of the alignment property.
|
Columns |
getColumns()
Gets the value of the columns property.
|
Float |
getFloat()
Gets the value of the float property.
|
Width |
getWidth()
Gets the value of the width property.
|
boolean |
isLong()
Gets the value of the long property.
|
boolean |
isSetAlignment() |
boolean |
isSetColumns() |
boolean |
isSetFloat() |
boolean |
isSetLong() |
boolean |
isSetWidth() |
void |
setAlignment(Alignment value)
Sets the value of the alignment property.
|
void |
setColumns(Columns value)
Sets the value of the columns property.
|
void |
setFloat(Float value)
Sets the value of the float property.
|
void |
setLong(boolean value)
Sets the value of the long property.
|
void |
setWidth(Width value)
Sets the value of the width property.
|
void |
unsetLong() |
protected Columns columns
protected Alignment alignment
protected Width width
protected Float _float
protected Boolean _long
public Columns getColumns()
Columnspublic void setColumns(Columns value)
value - allowed object is
Columnspublic boolean isSetColumns()
public Alignment getAlignment()
Alignmentpublic void setAlignment(Alignment value)
value - allowed object is
Alignmentpublic boolean isSetAlignment()
public Width getWidth()
Widthpublic void setWidth(Width value)
value - allowed object is
Widthpublic boolean isSetWidth()
public Float getFloat()
Floatpublic void setFloat(Float value)
value - allowed object is
Floatpublic boolean isSetFloat()
public boolean isLong()
Booleanpublic void setLong(boolean value)
value - allowed object is
Booleanpublic boolean isSetLong()
public void unsetLong()
Copyright © 2023. All rights reserved.