public interface InstanceComponent
Modifier and Type | Method and Description |
---|---|
XSDNamedComponent |
getDeclaration() |
String |
getName() |
String |
getNamespace() |
String |
getText() |
XSDTypeDefinition |
getTypeDefinition() |
void |
setName(String name)
Sets the name of the element.
|
void |
setNamespace(String namespace)
Sets the namespace of the element.
|
void |
setText(String text)
Sets the text of the element.
|
XSDTypeDefinition getTypeDefinition()
XSDNamedComponent getDeclaration()
String getNamespace()
void setNamespace(String namespace)
namespace
- The new namespace.String getName()
void setName(String name)
name
- The new name.String getText()
void setText(String text)
text
- The new textCopyright © 1996–2019 Geotools. All rights reserved.