org.deegree_impl.clients.context
Class DirectoryAccess

java.lang.Object
  extended byorg.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

Field Summary
private  java.lang.String directoryName
           
private  java.net.URL onlineResource
           
 
Constructor Summary
(package private) DirectoryAccess(java.lang.String directoryName, java.net.URL onlineResource)
           
 
Method Summary
 java.lang.String exportAsXML()
          Produces an XML-representation of this object.
 java.lang.String getDirectoryName()
           
 java.net.URL getOnlineResource()
           
 void setDirectoryName(java.lang.String directoryName)
           
 void setOnlineResource(java.net.URL onlineResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onlineResource

private java.net.URL onlineResource

directoryName

private java.lang.String directoryName
Constructor Detail

DirectoryAccess

DirectoryAccess(java.lang.String directoryName,
                java.net.URL onlineResource)
Parameters:
directoryName -
onlineResource -
Method Detail

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