public class Field extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="col-span" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
colSpan |
protected String |
ref |
| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getColSpan()
Obtient la valeur de la propriété colSpan.
|
String |
getRef()
Obtient la valeur de la propriété ref.
|
void |
setColSpan(BigInteger value)
Définit la valeur de la propriété colSpan.
|
void |
setRef(String value)
Définit la valeur de la propriété ref.
|
protected String ref
protected BigInteger colSpan
public String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic BigInteger getColSpan()
BigIntegerpublic void setColSpan(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2015. All rights reserved.