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