org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements
Class PrepareBulkUpdatesFileRequestType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements.PrepareBulkUpdatesFileRequestType

public class PrepareBulkUpdatesFileRequestType
extends Object


Constructor Summary
PrepareBulkUpdatesFileRequestType()
           
PrepareBulkUpdatesFileRequestType(ResourceArray resourceList, boolean includeCustomMaps, boolean includeGisLayers, long fromTime)
           
 
Method Summary
 long fromTime()
           
 void fromTime(long fromTime)
           
 boolean includeCustomMaps()
           
 void includeCustomMaps(boolean includeCustomMaps)
           
 boolean includeGisLayers()
           
 void includeGisLayers(boolean includeGisLayers)
           
 ResourceArray resourceList()
           
 void resourceList(ResourceArray resourceList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrepareBulkUpdatesFileRequestType

public PrepareBulkUpdatesFileRequestType()

PrepareBulkUpdatesFileRequestType

public PrepareBulkUpdatesFileRequestType(ResourceArray resourceList,
                                         boolean includeCustomMaps,
                                         boolean includeGisLayers,
                                         long fromTime)
Method Detail

resourceList

public ResourceArray resourceList()
Returns:
the resourceList

resourceList

public void resourceList(ResourceArray resourceList)
Parameters:
resourceList - the resourceList to set

includeCustomMaps

public boolean includeCustomMaps()
Returns:
the includeCustomMaps

includeCustomMaps

public void includeCustomMaps(boolean includeCustomMaps)
Parameters:
includeCustomMaps - the includeCustomMaps to set

includeGisLayers

public boolean includeGisLayers()
Returns:
the includeGisLayers

includeGisLayers

public void includeGisLayers(boolean includeGisLayers)
Parameters:
includeGisLayers - the includeGisLayers to set

fromTime

public long fromTime()
Returns:
the fromTime

fromTime

public void fromTime(long fromTime)
Parameters:
fromTime - the fromTime to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.