| Modifier and Type | Field and Description |
|---|---|
protected String |
namespace_
The namespace of this schema.
|
protected String |
schemaLocation_
The location (URI) of this schema;
|
| Constructor and Description |
|---|
SchemaImpl(String namespace,
String schemaLocation)
Sets the namespace and schema location URIS of this schema.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
The namespace URI of this schema.
|
String |
getSchemaLocation()
The location URI of this schema.
|
void |
setNamespace(String namespace)
Sets the namespace.
|
void |
setSchemaLocation(String schemaLocation)
Sets the location URI of this schema.
|
protected String namespace_
protected String schemaLocation_
public String getNamespace()
SchemagetNamespace in interface SchemaSchema.getNamespace()public String getSchemaLocation()
SchemagetSchemaLocation in interface SchemaSchema.getSchemaLocation()public void setNamespace(String namespace)
namespace - The namespace to set.public void setSchemaLocation(String schemaLocation)
schemaLocation - The schemaLocation to set.Copyright © 2017. All rights reserved.