public abstract class Nameable extends Linkable
Java class for nameable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nameable">
<complexContent>
<extension base="{http://www.appng.org/schema/appngizer}linkable">
<attribute name="name" use="required" type="{http://www.appng.org/schema/appngizer}stringNotBlank" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Nameable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
Copyright © 2011–2021 aiticon GmbH. All rights reserved.