org.gvsig.remoteclient.wfs
Class WFSRequestInformation

java.lang.Object
  extended by org.gvsig.remoteclient.wfs.WFSRequestInformation
Direct Known Subclasses:
WFSGetFeatureRequestInformation, WFSTransactionRequestInformation

public class WFSRequestInformation
extends java.lang.Object

This class is used like a container of all the properties that the library is able to retrieve in the XML header of every WFS reply.

Author:
Jorge Piera

Constructor Summary
WFSRequestInformation()
           
 
Method Summary
 java.lang.String getTimeStamp()
           
 void setTimeStamp(java.lang.String timeStamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSRequestInformation

public WFSRequestInformation()
Method Detail

getTimeStamp

public java.lang.String getTimeStamp()
Returns:
the timeStamp

setTimeStamp

public void setTimeStamp(java.lang.String timeStamp)
Parameters:
timeStamp - the timeStamp to set


Copyright © 2014 gvSIG Association. All Rights Reserved.