public class Sequence 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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="allocation-size" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
allocationSize |
protected String |
name |
| Constructor and Description |
|---|
Sequence() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getAllocationSize()
Obtient la valeur de la propriété allocationSize.
|
String |
getName()
Obtient la valeur de la propriété name.
|
void |
setAllocationSize(BigInteger value)
Définit la valeur de la propriété allocationSize.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
protected String name
protected BigInteger allocationSize
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getAllocationSize()
BigIntegerpublic void setAllocationSize(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2015. All rights reserved.