deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.ogcwebservices.wms.capabilities
Class Identifier

java.lang.Object
  extended by org.deegree.ogcwebservices.wms.capabilities.Identifier

public class Identifier
extends Object

A Map Server may use zero or more Identifier elements to list ID numbers or labels defined by a particular Authority. For example, the Global Change Master Directory (gcmd.gsfc.nasa.gov) defines a DIF_ID label for every dataset. The authority name and explanatory URL are defined in a separate AuthorityURL element, which may be defined once and inherited by subsidiary layers. Identifiers themselves are not inherited.

----------------------------------------------------------------------

Version:
$Revision: 18195 $
Author:
Katharina Lupp, Markus Schneider

Constructor Summary
Identifier(String value, String authority)
          constructor initializing the class with the
 
Method Summary
 String getAuthority()
           
 String getValue()
           
 void setAuthority(String authority)
          sets the name of the authority that defines the identifier
 void setValue(String value)
          sets the value of the identifier. that may be a ID, a label or something comparable
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier(String value,
                  String authority)
constructor initializing the class with the

Parameters:
value -
authority -
Method Detail

getValue

public String getValue()
Returns:
the value of the identifier. that may be a ID, a label or something comparable

setValue

public void setValue(String value)
sets the value of the identifier. that may be a ID, a label or something comparable

Parameters:
value -

getAuthority

public String getAuthority()
Returns:
the name of the authority that defines the identifier

setAuthority

public void setAuthority(String authority)
sets the name of the authority that defines the identifier

Parameters:
authority -

toString

public String toString()
Overrides:
toString in class Object

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org