| org.geotools.xml.InstanceComponent
All known Subclasses: org.geotools.xml.impl.InstanceComponentImpl,
InstanceComponent | public interface InstanceComponent (Code) | | |
getDeclaration | XSDNamedComponent getDeclaration()(Code) | | The feature describing the component instance. |
getNamespace | String getNamespace()(Code) | | The namespace of the element; |
getText | String getText()(Code) | | The text inside of the component, or the empty string if thecomponent does not contain any text. |
getTypeDefinition | XSDTypeDefinition getTypeDefinition()(Code) | | The object containing the type definiton of the instance. |
setName | void setName(String name)(Code) | | Sets the name of the element.
Parameters: name - The new name. |
setNamespace | void setNamespace(String namespace)(Code) | | Sets the namespace of the element.
Parameters: namespace - The new namespace. |
setText | void setText(String text)(Code) | | Sets the text of the element.
Parameters: text - The new text |
|
|