public class Cell
extends java.lang.Object
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"> <attribute name="line" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="group" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
column |
protected java.lang.String |
group |
protected java.lang.String |
height |
protected java.lang.String |
line |
protected java.lang.String |
width |
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumn()
Gets the value of the column property.
|
java.lang.String |
getGroup()
Gets the value of the group property.
|
java.lang.String |
getHeight()
Gets the value of the height property.
|
java.lang.String |
getLine()
Gets the value of the line property.
|
java.lang.String |
getWidth()
Gets the value of the width property.
|
void |
setColumn(java.lang.String value)
Sets the value of the column property.
|
void |
setGroup(java.lang.String value)
Sets the value of the group property.
|
void |
setHeight(java.lang.String value)
Sets the value of the height property.
|
void |
setLine(java.lang.String value)
Sets the value of the line property.
|
void |
setWidth(java.lang.String value)
Sets the value of the width property.
|
protected java.lang.String line
protected java.lang.String column
protected java.lang.String group
protected java.lang.String width
protected java.lang.String height
public java.lang.String getLine()
String
public void setLine(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColumn()
String
public void setColumn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGroup()
String
public void setGroup(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 getHeight()
String
public void setHeight(java.lang.String value)
value
- allowed object is
String