org.deegree_impl.services.wms.capabilities
Class AuthorityURL_Impl
java.lang.Object
org.deegree_impl.ogcbasic.BaseURL_Impl
org.deegree_impl.services.wms.capabilities.AuthorityURL_Impl
- All Implemented Interfaces:
- AuthorityURL, BaseURL, Marshallable
- class AuthorityURL_Impl
- extends BaseURL_Impl
- implements AuthorityURL, Marshallable
AuthorityURL encloses an element which states the URL
of a document defining the meaning of the Identifier values.
----------------------------------------------------------------------
- Version:
- $Revision: 1.10 $
- Author:
- Katharina Lupp, Markus Schneider
Field Summary |
private java.lang.String |
name
|
Fields inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl |
|
Constructor Summary |
(package private) |
AuthorityURL_Impl(java.lang.String name,
java.net.URL onlineResource)
constructor initializing the class with the authorityURL |
Method Summary |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
java.lang.String |
getName()
returns the name of the authority |
void |
setName(java.lang.String name)
sets the name of the authority |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
AuthorityURL_Impl
AuthorityURL_Impl(java.lang.String name,
java.net.URL onlineResource)
- constructor initializing the class with the authorityURL
getName
public java.lang.String getName()
- returns the name of the authority
- Specified by:
getName
in interface AuthorityURL
setName
public void setName(java.lang.String name)
- sets the name of the authority
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseURL_Impl
- Returns:
exportAsXML
public java.lang.String exportAsXML()
- Returns an XML representation of this object.
- Specified by:
exportAsXML
in interface Marshallable
- Returns:
- XML-representation of this object