public class Line extends Object
Java class for anonymous complex type.
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
cb |
protected Integer |
ci |
protected Integer |
mb |
protected Integer |
mi |
protected Integer |
nr |
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCb()
Gets the value of the cb property.
|
Integer |
getCi()
Gets the value of the ci property.
|
Integer |
getMb()
Gets the value of the mb property.
|
Integer |
getMi()
Gets the value of the mi property.
|
Integer |
getNr()
Gets the value of the nr property.
|
void |
setCb(Integer value)
Sets the value of the cb property.
|
void |
setCi(Integer value)
Sets the value of the ci property.
|
void |
setMb(Integer value)
Sets the value of the mb property.
|
void |
setMi(Integer value)
Sets the value of the mi property.
|
void |
setNr(Integer value)
Sets the value of the nr property.
|
protected Integer nr
protected Integer mi
protected Integer ci
protected Integer mb
protected Integer cb
public void setNr(Integer value)
value - allowed object is Integerpublic void setMi(Integer value)
value - allowed object is Integerpublic void setCi(Integer value)
value - allowed object is Integerpublic void setMb(Integer value)
value - allowed object is IntegerCopyright © 2016–2019. All rights reserved.