| 
ArcGIS Server Geoportal extension 10 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.schema.Component
com.esri.gpt.catalog.schema.Namespace
public class Namespace
Namespace component associated with a metadata schema.
The component is configured from a node with a schema configuration XML document. Example:
| Constructor Summary | |
|---|---|
Namespace()
Default constructor.  | 
|
Namespace(Namespace objectToDuplicate)
Construct by duplicating an existing object.  | 
|
| Method Summary | |
|---|---|
 void | 
configure(CfgContext context,
          Node node,
          NamedNodeMap attributes)
Configures the object based upon a node loaded from a schema configuration XML.  | 
 Namespace | 
duplicate()
Produces a deep clone of the object.  | 
 void | 
echo(StringBuffer sb)
Appends property information for the component to a StringBuffer.  | 
 String | 
getPrefix()
Gets the prefix.  | 
 String | 
getUri()
Gets the uri.  | 
 void | 
setPrefix(String prefix)
Sets the prefix.  | 
 void | 
setUri(String uri)
Sets the uri.  | 
| Methods inherited from class com.esri.gpt.catalog.schema.Component | 
|---|
getKey, setKey, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Namespace()
public Namespace(Namespace objectToDuplicate)
objectToDuplicate - the object to duplicate| Method Detail | 
|---|
public String getPrefix()
public void setPrefix(String prefix)
prefix - the prefixpublic String getUri()
public void setUri(String uri)
uri - the uri
public void configure(CfgContext context,
                      Node node,
                      NamedNodeMap attributes)
configure in class Componentcontext - the configuration contextnode - the configuration nodeattributes - the attributes of the configuration nodepublic Namespace duplicate()
duplicate in class Componentpublic void echo(StringBuffer sb)
echo in class Componentsb - the StringBuffer to use when appending information
  | 
ArcGIS Server Geoportal extension 10 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||