org.deegree_impl.clients.context
Class DirectoryAccess
java.lang.Object
org.deegree_impl.clients.context.DirectoryAccess
- All Implemented Interfaces:
- Marshallable
- public class DirectoryAccess
- extends java.lang.Object
- implements Marshallable
Implements the description of the access to directories used by
a deegree web map context
- Version:
- $Revision: 1.1 $
- Author:
- Andreas Poth
Constructor Summary |
(package private) |
DirectoryAccess(java.lang.String directoryName,
java.net.URL onlineResource)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onlineResource
private java.net.URL onlineResource
directoryName
private java.lang.String directoryName
DirectoryAccess
DirectoryAccess(java.lang.String directoryName,
java.net.URL onlineResource)
- Parameters:
directoryName
- onlineResource
-
getDirectoryName
public java.lang.String getDirectoryName()
- Returns:
- Returns the directoryName.
setDirectoryName
public void setDirectoryName(java.lang.String directoryName)
- Parameters:
directoryName
- The directoryName to set.
getOnlineResource
public java.net.URL getOnlineResource()
- Returns:
- Returns the onlineResource.
setOnlineResource
public void setOnlineResource(java.net.URL onlineResource)
- Parameters:
onlineResource
- The onlineResource to set.
exportAsXML
public java.lang.String exportAsXML()
- Description copied from interface:
Marshallable
- Produces an XML-representation of this object.
- Specified by:
exportAsXML
in interface Marshallable
- Returns:
- XML-representation of this object