com.maryanovsky.map.client.opengis.wms
Class Capabilities.Layer.Identifier

java.lang.Object
  extended by com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Identifier
Enclosing class:
Capabilities.Layer

public static final class Capabilities.Layer.Identifier
extends Object

Encapsulates an Identifier of a layer.


Method Summary
 String getAuthorityName()
          Returns the name of the authority that defines this identifier.
 String getValue()
          Returns the value of the identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAuthorityName

public String getAuthorityName()
Returns the name of the authority that defines this identifier.


getValue

public String getValue()
Returns the value of the identifier.