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