public class AttributeType extends AttributableType
Java class for AttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeType">
<complexContent>
<extension base="{}AttributableType">
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
stringOrDateOrInt| Constructor and Description |
|---|
AttributeType() |
AttributeType(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
void |
setKey(String value)
Sets the value of the key property.
|
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrIntCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.