public abstract class NamedElement extends Element
Java class for NamedElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamedElement">
<complexContent>
<extension base="{http://plasma.org/metamodel}Element">
<sequence>
<element ref="{http://plasma.org/metamodel}Alias" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Derivation" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Alias |
alias |
protected Derivation |
derivation |
protected String |
name |
| Constructor and Description |
|---|
NamedElement() |
| Modifier and Type | Method and Description |
|---|---|
Alias |
getAlias()
Gets the value of the alias property.
|
Derivation |
getDerivation()
Gets the value of the derivation property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAlias(Alias value)
Sets the value of the alias property.
|
void |
setDerivation(Derivation value)
Sets the value of the derivation property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Alias alias
protected Derivation derivation
protected String name
public Alias getAlias()
Aliaspublic void setAlias(Alias value)
value - allowed object is
Aliaspublic Derivation getDerivation()
Derivationpublic void setDerivation(Derivation value)
value - allowed object is
Derivationpublic String getName()
StringCopyright © 2017. All rights reserved.