Esri Geoportal Server
1.0

com.esri.gpt.framework.search
Class DcList.Value

java.lang.Object
  extended by com.esri.gpt.framework.search.DcList.Value
Enclosing class:
DcList

public class DcList.Value
extends Object

The Class Value.


Constructor Summary
DcList.Value(String value, String scheme)
          Instantiates a new value.
 
Method Summary
 String getScheme()
          Gets the scheme.
 String getValue()
          Gets the value.
 void setScheme(String scheme)
          Sets the scheme.
 void setValue(String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcList.Value

public DcList.Value(String value,
                    String scheme)
Instantiates a new value.

Parameters:
scheme - the scheme
value - the value
Method Detail

getScheme

public String getScheme()
Gets the scheme.

Returns:
the scheme (trimmed, never null)

setScheme

public void setScheme(String scheme)
Sets the scheme.

Parameters:
scheme - the new scheme

getValue

public String getValue()
Gets the value.

Returns:
the value (trimmed, never null)

setValue

public void setValue(String value)
Sets the value.

Parameters:
value - the new value

Esri Geoportal Server
1.0

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