Esri Geoportal Server
1.0

com.esri.gpt.catalog.discovery
Class DcElement

java.lang.Object
  extended by com.esri.gpt.catalog.discovery.DiscoveryComponent
      extended by com.esri.gpt.catalog.discovery.DcElement

public class DcElement
extends DiscoveryComponent

Contains basic information for a Dublin Core element.


Constructor Summary
DcElement(String elementName)
          Constructs with a supplied element name.
 
Method Summary
 void echo(StringBuffer sb)
          Appends property information for the component to a buffer.
 void echo(StringBuffer sb, int depth)
          Appends property information for the component to a buffer.
 StringSet getAliases()
          Gets the aliased names recognized by the client.
 String getElementName()
          Gets the element name.
 String getScheme()
          Gets the scheme attribute value associated with the element.
 void setElementName(String elementName)
          Sets the element name.
 void setScheme(String scheme)
          Sets the scheme attribute value associated with the element.
 
Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryComponent
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DcElement

public DcElement(String elementName)
Constructs with a supplied element name.

Parameters:
elementName - the element name
Method Detail

getAliases

public StringSet getAliases()
Gets the aliased names recognized by the client.

Returns:
the client aliases

getElementName

public String getElementName()
Gets the element name.

Returns:
the element name

setElementName

public void setElementName(String elementName)
Sets the element name.

Parameters:
elementName - the element name

getScheme

public String getScheme()
Gets the scheme attribute value associated with the element.

Returns:
the scheme attribute value

setScheme

public void setScheme(String scheme)
Sets the scheme attribute value associated with the element.

Parameters:
scheme - the scheme attribute value

echo

public void echo(StringBuffer sb)
Appends property information for the component to a buffer.

Overrides:
echo in class DiscoveryComponent
Parameters:
sb - the buffer to use when appending information

echo

public void echo(StringBuffer sb,
                 int depth)
Appends property information for the component to a buffer.

Parameters:
sb - the buffer to use when appending information
depth - the depth of the parent clause

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.