public class Identifier extends Object
Java class for Identifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Identifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Number" use="required" type="{http://www.miuml.org/metamodel}Number" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
number |
| Constructor and Description |
|---|
Identifier() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumber()
Gets the value of the number property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
protected BigInteger number
public BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2012–2022. All rights reserved.