public static class XLinkSchema.Arcrole extends XLinkSchema.XLinkAttribute
OPTIONAL, PROHIBITED, REQUIRED| Constructor and Description |
|---|
Arcrole() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFixed()
This is intended to imitate the fixed value option provided in the declaration of an XML
Schema attribute.
|
static Attribute |
getInstance() |
String |
getName()
The name of the attribute specified if one was provided in the attribute declaration
|
SimpleType |
getSimpleType()
Provides a reference to the simpleType which defines the data type of this attribute.
|
int |
getUse()
Attributes only have three options for the number or occurences: none, once, optionally once.
|
getDefault, getId, getNamespace, isFormpublic static Attribute getInstance()
public String getFixed()
Attributeschema.Attribute#getFixed()public String getName()
Attributeschema.Attribute#getLocalName()public int getUse()
Attributeschema.Attribute#getUse()public SimpleType getSimpleType()
Attributeschema.Attribute#getSimpleType()Copyright © 1996–2019 Geotools. All rights reserved.